Index: tests/corelib/reg_exp5_test.dart |
diff --git a/tests/corelib/reg_exp5_test.dart b/tests/corelib/reg_exp5_test.dart |
index 3a1aa7f9e01f91a790dc53b5150f03f07d0d52cb..f67cd6d5941cc80e2a3624e35032b5a67430dc09 100644 |
--- a/tests/corelib/reg_exp5_test.dart |
+++ b/tests/corelib/reg_exp5_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for testing regular expressions in Dart. |
+import "package:expect/expect.dart"; |
+ |
main() { |
String str = ""; |
try { |