Index: tests/compiler/dart2js_native/native_mixin_multiple_test.dart |
diff --git a/tests/compiler/dart2js_native/native_mixin_multiple_test.dart b/tests/compiler/dart2js_native/native_mixin_multiple_test.dart |
index bd917cbf00b5ce0a58d1e9e1e37cfe13a95bf3d6..fa38c52b9262d860256a3e28111bb077d112838a 100644 |
--- a/tests/compiler/dart2js_native/native_mixin_multiple_test.dart |
+++ b/tests/compiler/dart2js_native/native_mixin_multiple_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" { |