Index: tests/language/throw_test.dart |
diff --git a/tests/language/throw_test.dart b/tests/language/throw_test.dart |
index 24ec9d16b4ea8e5a805110348ec00bb30f738925..0c864cc740b89c92f2d2306ef8d691e8e6e736af 100644 |
--- a/tests/language/throw_test.dart |
+++ b/tests/language/throw_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 MyException { |
const MyException(String this.message_); |
final String message_; |