| Index: tests/compiler/dart2js_foreign/native_null_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_null_test.dart b/tests/compiler/dart2js_foreign/native_null_test.dart
|
| index 540d9949c99beb8a94a9e7b1ecc1811ae73ac8b9..77db0800fd50a4d8a9fb166ee46bec5d137c9bbf 100644
|
| --- a/tests/compiler/dart2js_foreign/native_null_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_null_test.dart
|
| @@ -5,7 +5,6 @@
|
| // Test that parameters in native methods are not mangled. This test is needed
|
| // until we change all libraries to using the JS foreign element.
|
|
|
| -import "package:expect/expect.dart";
|
| import 'native_metadata.dart';
|
|
|
| @Native("*A")
|
|
|