Index: tests/corelib/reg_exp_start_end_test.dart |
diff --git a/tests/corelib/reg_exp_start_end_test.dart b/tests/corelib/reg_exp_start_end_test.dart |
index 18a7337e915c2ff53acdf4d1ba233f152c55031e..e905275a8c9fbd984532b8427d34ceb0755ef372 100644 |
--- a/tests/corelib/reg_exp_start_end_test.dart |
+++ b/tests/corelib/reg_exp_start_end_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"; |
+ |
main() { |
var matches = |
new RegExp("(a(b)((c|de)+))").allMatches("abcde abcde abcde"); |