Index: tests/language/code_after_try_is_executed_test.dart |
diff --git a/tests/language/code_after_try_is_executed_test.dart b/tests/language/code_after_try_is_executed_test.dart |
index 76ccbf69fe99a7f03777c88dd57e91b712bcdc2b..010cc6a3a2a99fe5cfe0b51d9999a71f4d86e86e 100644 |
--- a/tests/language/code_after_try_is_executed_test.dart |
+++ b/tests/language/code_after_try_is_executed_test.dart |
@@ -5,6 +5,8 @@ |
// test cannot use Expect.throws, because Expect.throws uses the same |
// pattern. |
+import "package:expect/expect.dart"; |
+ |
main() { |
var exception; |
try { |