| Index: tests/compiler/dart2js_extra/string_escape_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/string_escape_test.dart b/tests/compiler/dart2js_extra/string_escape_test.dart
|
| index 27e32184365729e9f5322fbe5eee19252245dc05..a43ac92165215dc892313853686a405872276451 100644
|
| --- a/tests/compiler/dart2js_extra/string_escape_test.dart
|
| +++ b/tests/compiler/dart2js_extra/string_escape_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";
|
| +
|
| // Test that string escapes work correctly.
|
|
|
| testSingleCharacterEscapes() {
|
|
|