Index: tests/language/try_catch_test.dart |
diff --git a/tests/language/try_catch_test.dart b/tests/language/try_catch_test.dart |
index c3da1337239ba7ce2b6a29cc184e0df125ab34d5..ff3d6d61090ac471b26aedf67ed85f51989382b1 100644 |
--- a/tests/language/try_catch_test.dart |
+++ b/tests/language/try_catch_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 { } |