| Index: tests/compiler/dart2js_native/native_mixin_field_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_mixin_field_test.dart b/tests/compiler/dart2js_native/native_mixin_field_test.dart
|
| index 4cf361e745db16406ebf018665ead06761d545f8..d17ff62725222c3b44d843583ddc5779b2968f6a 100644
|
| --- a/tests/compiler/dart2js_native/native_mixin_field_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_mixin_field_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 with fields
|
| // as mixins.
|
|
|
|
|