Index: tests/corelib/string_replace_all_test.dart |
diff --git a/tests/corelib/string_replace_all_test.dart b/tests/corelib/string_replace_all_test.dart |
index ab246571eb04cd8dbf2f94fac7c9addd93a20c0a..299d56ac99aae03506127d8348e4298788256736 100644 |
--- a/tests/corelib/string_replace_all_test.dart |
+++ b/tests/corelib/string_replace_all_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"; |
+ |
testReplaceAll() { |
Expect.equals( |
"aXXcaXXdae", "abcabdae".replaceAll("b", "XX")); |