Index: tests/language/mixin_illegal_super_use_test.dart |
diff --git a/tests/language/mixin_illegal_super_use_test.dart b/tests/language/mixin_illegal_super_use_test.dart |
index 414b2f2e3a56bd3c8c5d776e81643bf7a79f3433..7f12e4d6f1b87b45fc57440816084068cf303a5c 100644 |
--- a/tests/language/mixin_illegal_super_use_test.dart |
+++ b/tests/language/mixin_illegal_super_use_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"; |
+ |
class M { |
} |