Index: tests/compiler/dart2js_native/native_mixin_test.dart |
diff --git a/tests/compiler/dart2js_native/native_mixin_test.dart b/tests/compiler/dart2js_native/native_mixin_test.dart |
index 7dfdd5de3c6c5d8f460eae0513efde2bce20a857..ba36b32dcdc2ba19934add63fcf6cb6fe95babb8 100644 |
--- a/tests/compiler/dart2js_native/native_mixin_test.dart |
+++ b/tests/compiler/dart2js_native/native_mixin_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"; |
+ |
// Test that native classes can use ordinary Dart classes as mixins. |
class A native "*A" { |