Index: tests/language/execute_finally7_test.dart |
diff --git a/tests/language/execute_finally7_test.dart b/tests/language/execute_finally7_test.dart |
index 265e4c17cfa0263b97f4c08da625f5fdfb307cd8..7ba11aa42321a8e60d7da648732260a4e956db9f 100644 |
--- a/tests/language/execute_finally7_test.dart |
+++ b/tests/language/execute_finally7_test.dart |
@@ -4,6 +4,8 @@ |
// Dart test program for testing execution of finally blocks after an exception |
// is thrown from inside a local function capturing a variable. |
+import "package:expect/expect.dart"; |
+ |
class MyException { |
const MyException(String message) : message_ = message; |