| Index: tests/lib/mirrors/fake_function_without_call_test.dart
|
| diff --git a/tests/lib/mirrors/fake_function_without_call_test.dart b/tests/lib/mirrors/fake_function_without_call_test.dart
|
| index da6bd59544ea12c0b4472d29b22bd073374886ed..be2bdd19ebbb810cbbf6800ca60270d704f973ea 100644
|
| --- a/tests/lib/mirrors/fake_function_without_call_test.dart
|
| +++ b/tests/lib/mirrors/fake_function_without_call_test.dart
|
| @@ -2,6 +2,9 @@
|
| // 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.
|
|
|
| +library lib;
|
| +
|
| +@MirrorsUsed(targets: "lib")
|
| import "dart:mirrors";
|
|
|
| import "package:expect/expect.dart";
|
|
|