| Index: tests/language/throw5_test.dart
|
| diff --git a/tests/language/throw5_test.dart b/tests/language/throw5_test.dart
|
| index 349ade71bf30b2d15dd1b28ef54136347253e4e5..d742cf4a33bc5fbedd385bc2ce843654125fb3fd 100644
|
| --- a/tests/language/throw5_test.dart
|
| +++ b/tests/language/throw5_test.dart
|
| @@ -3,8 +3,6 @@
|
| // 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_;
|
|
|