| Index: tests/corelib/string_replace_dollar_test.dart
|
| diff --git a/tests/corelib/string_replace_dollar_test.dart b/tests/corelib/string_replace_dollar_test.dart
|
| index 107821c8b4dff5ccb7791f3961a5cfb9d9023b47..6a684f0be392f1bcb361384b54698c1368611fd3 100644
|
| --- a/tests/corelib/string_replace_dollar_test.dart
|
| +++ b/tests/corelib/string_replace_dollar_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() {
|
| String jsText = r"""'$'
|
| """;
|
|
|