Index: tests/language/string_supertype_checked_test.dart |
diff --git a/tests/language/string_supertype_checked_test.dart b/tests/language/string_supertype_checked_test.dart |
index 171e31a539663718b424f45c0a367266d24bd934..75a2a6bfc4129fb092015f80e662dc900551a5d1 100644 |
--- a/tests/language/string_supertype_checked_test.dart |
+++ b/tests/language/string_supertype_checked_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"; |
+ |
// This tests a bug in dart2js which caused the compiler to emit bad |
// type assertions for supertypes of String. |