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 e62f00f89cca518e7a877d84276d66374d47a73a..cf79fdd7224c14976072eb84b0122421cfd5e89e 100644 |
--- a/tests/language/try_catch_on_syntax_test.dart |
+++ b/tests/language/try_catch_on_syntax_test.dart |
@@ -2,6 +2,8 @@ |
// 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 { } |