| Index: tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| index fbd5d0dab448ab3d0b22794edc7ac93d429e2267..53ac384dfaf64324d89855c4a77b3951a28113f0 100644
|
| --- a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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";
|
| -
|
| typedef void MyFunctionType();
|
|
|
| class A native "*A" {
|
|
|