Index: tests/language/throw4_test.dart |
diff --git a/tests/language/throw4_test.dart b/tests/language/throw4_test.dart |
index 6b4a36d12d10b1ec3fe0c42abb370bfbf3de4f09..5b82a80c25803eb612af0202cfe66cf4c3d3c878 100644 |
--- a/tests/language/throw4_test.dart |
+++ b/tests/language/throw4_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"; |
+ |
class MyException1 { |
const MyException1([String message = "1"]) : message_ = message; |
final String message_; |