| Index: tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_constructor_name_test.dart b/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| index 940a143149b798cfd0e85dc8e6b4dfa443d6cd9d..bbf8b5c5b4532e88261d00ef218b10ff871177f3 100644
|
| --- a/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_constructor_name_test.dart
|
| @@ -8,8 +8,6 @@
|
| // This could be done by renaming the Dart constructor or by being able to check
|
| // that objects are Dart classes.
|
|
|
| -import 'package:expect/expect.dart';
|
| -
|
| class A {
|
| }
|
|
|
|
|