Index: tests/corelib/string_replace_test.dart |
diff --git a/tests/corelib/string_replace_test.dart b/tests/corelib/string_replace_test.dart |
index 171af371e13cd86fd2eb4073af5f2c20b1afa281..136cc960d88baabcedcd41111cfe3297740dffb1 100644 |
--- a/tests/corelib/string_replace_test.dart |
+++ b/tests/corelib/string_replace_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"; |
+ |
class StringReplaceTest { |
static testMain() { |
Expect.equals( |