Index: tests/language/string_interpolation_test.dart |
diff --git a/tests/language/string_interpolation_test.dart b/tests/language/string_interpolation_test.dart |
index ed8b796ec6dbb32f9822192ef04f84e6559f0005..5a4f897c0c375cfa777174bf81748ef359f73192 100644 |
--- a/tests/language/string_interpolation_test.dart |
+++ b/tests/language/string_interpolation_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"; |
+ |
// Tests for string interpolation |
class StringInterpolationTest { |