| Index: tests/language/invocation_mirror_test.dart
|
| diff --git a/tests/language/invocation_mirror_test.dart b/tests/language/invocation_mirror_test.dart
|
| index bb573a49d170a7326c67dadaf0df84e3d7c0f147..5c5a91bdb4094e073aa9eb01d8dc67c9c9705cff 100644
|
| --- a/tests/language/invocation_mirror_test.dart
|
| +++ b/tests/language/invocation_mirror_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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";
|
| +
|
| // InvocationMirror and noSuchMethod testing.
|
|
|
| /** Class with noSuchMethod that returns the mirror */
|
|
|