| Index: tests/language/throw6_test.dart
|
| diff --git a/tests/language/throw6_test.dart b/tests/language/throw6_test.dart
|
| index b6a4ac76653fcfbafca7f10a2c087b13ff698a70..014f67790865c3a33e64f9d87b531bf7d7c3d9b4 100644
|
| --- a/tests/language/throw6_test.dart
|
| +++ b/tests/language/throw6_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing throw statement
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class MyException1 {
|
| const MyException1([String message = "1"]) : message_ = message;
|
| final String message_;
|
|
|