| Index: tests/language/invocation_mirror2_test.dart
|
| diff --git a/tests/language/invocation_mirror2_test.dart b/tests/language/invocation_mirror2_test.dart
|
| index f8bd53585307e00d30203e75f48f06b99d6c77c7..de6fcc28c88f49a0fe6626f290e57db1c28d2bd0 100644
|
| --- a/tests/language/invocation_mirror2_test.dart
|
| +++ b/tests/language/invocation_mirror2_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 C {
|
| var im;
|
| noSuchMethod(im) => this.im = im;
|
|
|