| Index: tests/language/char_escape_test.dart
|
| diff --git a/tests/language/char_escape_test.dart b/tests/language/char_escape_test.dart
|
| index a890e4d7c25d84d66a41ed7573aa16df3ea9997e..d8044e6d4e442cb8ef29552d8f36d0201396e81d 100644
|
| --- a/tests/language/char_escape_test.dart
|
| +++ b/tests/language/char_escape_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test for reading escape sequences in string literals
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class CharEscapeTest {
|
| static testMain() {
|
| var x00 = "\x00";
|
|
|