Index: tests/language/super_call3_test.dart |
diff --git a/tests/language/super_call3_test.dart b/tests/language/super_call3_test.dart |
index 178f4f808977d3aecb8f1d1659831c352e93ace1..81b19c168d9349f5c783fd6f5c1c6bbdf1cf0c08 100644 |
--- a/tests/language/super_call3_test.dart |
+++ b/tests/language/super_call3_test.dart |
@@ -4,6 +4,8 @@ |
// Dart test for testing implicit super calls with bad arguments or no default |
// constructor in super class. |
+import "package:expect/expect.dart"; |
+ |
class A { |
A( |
this.x /// 01: compile-time error |