| Index: tests/compiler/dart2js_foreign/native_checked_fields_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_checked_fields_test.dart b/tests/compiler/dart2js_foreign/native_checked_fields_test.dart
|
| index 15851b837d13dcd24915fc08568542bd2d037256..91406f36073343c206af6f4e2119611240276b3e 100644
|
| --- a/tests/compiler/dart2js_foreign/native_checked_fields_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_checked_fields_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| // Test that type checks occur on assignment to fields of native methods.
|
|
|
| +import "package:expect/expect.dart";
|
| import 'native_metadata.dart';
|
|
|
| @Native("*A")
|
|
|