Index: tests/corelib/reg_exp_string_match_test.dart |
diff --git a/tests/corelib/reg_exp_string_match_test.dart b/tests/corelib/reg_exp_string_match_test.dart |
index fa4efa7948e805550212239500b45087f751eb03..05978dd215c6c75909cc56f08089190522fb991c 100644 |
--- a/tests/corelib/reg_exp_string_match_test.dart |
+++ b/tests/corelib/reg_exp_string_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.stringMatch. |
class RegExpStringMatchTest { |