| Index: tests/corelib/string_replace_test.dart
|
| diff --git a/tests/corelib/string_replace_test.dart b/tests/corelib/string_replace_test.dart
|
| index 136cc960d88baabcedcd41111cfe3297740dffb1..171af371e13cd86fd2eb4073af5f2c20b1afa281 100644
|
| --- a/tests/corelib/string_replace_test.dart
|
| +++ b/tests/corelib/string_replace_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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(
|
|
|