| 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 609446909aead0def3e3c568efae39d615232c99..04bd10956e65d99403fed7b1b893229ef1005bb6 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() {
|
|
|