Index: tests/corelib/reg_exp_has_match_test.dart |
diff --git a/tests/corelib/reg_exp_has_match_test.dart b/tests/corelib/reg_exp_has_match_test.dart |
index 9cd3caac55331d818d679d7403861f9fa146368f..6ff27443fa957e8601a58e85a7ff599c794531f1 100644 |
--- a/tests/corelib/reg_exp_has_match_test.dart |
+++ b/tests/corelib/reg_exp_has_match_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
+ |
// Dart test program for RegExp.hasMatch. |
class RegExpHasMatchTest { |