Index: tests/compiler/dart2js/string_interpolation_test.dart |
diff --git a/tests/compiler/dart2js/string_interpolation_test.dart b/tests/compiler/dart2js/string_interpolation_test.dart |
index 1fa3a33930e09413c01ac9c6f06e1b3e14ee59f1..f6e3bca68df71cce7229b252816779941a90c26a 100644 |
--- a/tests/compiler/dart2js/string_interpolation_test.dart |
+++ b/tests/compiler/dart2js/string_interpolation_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'; |
main() { |