Index: tests/language/throw1_test.dart |
diff --git a/tests/language/throw1_test.dart b/tests/language/throw1_test.dart |
index ba18e06c8edfc27c3a7da6884f62c4604b0727c4..088eb0e7b7904a194292c9012367d610ce08068e 100644 |
--- a/tests/language/throw1_test.dart |
+++ b/tests/language/throw1_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing throw statement |
+import "package:expect/expect.dart"; |
+ |
abstract class TestException { |
String getMessage(); |
} |