Chromium Code Reviews| Index: tests/language/string_escapes_test.dart |
| diff --git a/tests/language/string_escapes_test.dart b/tests/language/string_escapes_test.dart |
| index 6e802142c76563e5be20d0149df6e1bda22eac48..3261363f3d4baa6c7836dca6d01c9b81e5601523 100644 |
| --- a/tests/language/string_escapes_test.dart |
| +++ b/tests/language/string_escapes_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"; |
| + |
| class StringEscapesTest { |
| static testMain() { |