Chromium Code Reviews| Index: tests/language/throw2_test.dart |
| diff --git a/tests/language/throw2_test.dart b/tests/language/throw2_test.dart |
| index b25e3405f306e84589e3586f0b53c70d19611c72..a706b3a24a8fa11500ad59a3ee96f2f46b7efd0e 100644 |
| --- a/tests/language/throw2_test.dart |
| +++ b/tests/language/throw2_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"; |
| - |
| abstract class TestException { |
| String getMessage(); |
| } |