Index: tests/compiler/dart2js/string_escapes_test.dart |
diff --git a/tests/compiler/dart2js/string_escapes_test.dart b/tests/compiler/dart2js/string_escapes_test.dart |
index d62dbf684ca33e5e5b9fb3f5c6db6b1377147ae8..d47f7f1001eb2f6f50e7f4058ec0e6ce547acb7a 100644 |
--- a/tests/compiler/dart2js/string_escapes_test.dart |
+++ b/tests/compiler/dart2js/string_escapes_test.dart |
@@ -2,6 +2,7 @@ |
// 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"; |
import 'compiler_helper.dart'; |
// Test that the compiler handles string literals containing line terminators. |