Index: tests/language/super_call4_test.dart |
diff --git a/tests/language/super_call4_test.dart b/tests/language/super_call4_test.dart |
index 0093bda851f2201c619593fe942af5e58f6490de..4d68a19b2f4247929b24847e2d9f7eef240e43b3 100644 |
--- a/tests/language/super_call4_test.dart |
+++ b/tests/language/super_call4_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"; |
+ |
// Checks that noSuchMethod is resolved in the super class and not in the |
// current class. |