Index: tests/language/mixin_illegal_static_access_test.dart |
diff --git a/tests/language/mixin_illegal_static_access_test.dart b/tests/language/mixin_illegal_static_access_test.dart |
index 46390c26f1a40426089e04681491ace274fed580..81b032bedbaafed8e65fe59948a70db7829a3ff3 100644 |
--- a/tests/language/mixin_illegal_static_access_test.dart |
+++ b/tests/language/mixin_illegal_static_access_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 S { |
static foo() => 42; |
} |