Index: tests/language/call_constructor_on_unresolvable_class_test.dart |
diff --git a/tests/language/call_constructor_on_unresolvable_class_test.dart b/tests/language/call_constructor_on_unresolvable_class_test.dart |
index 4c0ab7f86c9d7f653d6d82875db3d4906b7746fd..9e02d7dbf317f733a50c315968af3a2e6b4e3fd7 100644 |
--- a/tests/language/call_constructor_on_unresolvable_class_test.dart |
+++ b/tests/language/call_constructor_on_unresolvable_class_test.dart |
@@ -5,6 +5,7 @@ |
// Check that calling a constructor of a class that cannot be resolved causes |
// a runtime error. |
+import "package:expect/expect.dart"; |
import 'dart:math'; |
never() { |