Index: tests/language/try_catch4_test.dart |
diff --git a/tests/language/try_catch4_test.dart b/tests/language/try_catch4_test.dart |
index 16a045766135715966a1bd6c054b36d0501b6f33..9ee40f5abf4923383c0c530315eba5cb9cd89d78 100644 |
--- a/tests/language/try_catch4_test.dart |
+++ b/tests/language/try_catch4_test.dart |
@@ -4,6 +4,8 @@ |
// Check that our SSA graph does have the try body a predecessor of a |
// try/finally. |
+import "package:expect/expect.dart"; |
+ |
var a; |
foo1() { |