Index: tests/language/interface_injection2_negative_test.dart |
diff --git a/tests/language/interface_injection2_negative_test.dart b/tests/language/interface_injection2_negative_test.dart |
index fdb72751357733c3fb1ea1bff7ce6ae0fb2fc4bc..29540f3e7a98c4fcb9a7934a9330565d6425c3da 100644 |
--- a/tests/language/interface_injection2_negative_test.dart |
+++ b/tests/language/interface_injection2_negative_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"; |
+ |
abstract class S { } |
class C { } |
class C implements S; |