Index: tests/corelib/reg_exp_all_matches_test.dart |
diff --git a/tests/corelib/reg_exp_all_matches_test.dart b/tests/corelib/reg_exp_all_matches_test.dart |
index 3e85114e6e8be94ff015126c66bd6131f62eb63e..72a2344fbaf6da5e87872ca58228830e9f35a070 100644 |
--- a/tests/corelib/reg_exp_all_matches_test.dart |
+++ b/tests/corelib/reg_exp_all_matches_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.allMatches. |
class RegExpAllMatchesTest { |