| Index: tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| index d1aa3f2a3026aa125406bd9bc367b43c04aebda0..22f436940d6e20cd1c71b24e03cfc8b7ac87a252 100644
|
| --- a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_no_such_method_exception3_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";
|
| -
|
| class A native "*A" {
|
| bar() => 42;
|
| }
|
|
|