| Index: tests/language/try_catch_on_syntax_test.dart
|
| diff --git a/tests/language/try_catch_on_syntax_test.dart b/tests/language/try_catch_on_syntax_test.dart
|
| index cf79fdd7224c14976072eb84b0122421cfd5e89e..e62f00f89cca518e7a877d84276d66374d47a73a 100644
|
| --- a/tests/language/try_catch_on_syntax_test.dart
|
| +++ b/tests/language/try_catch_on_syntax_test.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class MyException { }
|
|
|
| class MyException1 extends MyException { }
|
|
|