| Index: tests/lib/mirrors/method_mirror_name_test.dart
|
| diff --git a/tests/lib/mirrors/method_mirror_name_test.dart b/tests/lib/mirrors/method_mirror_name_test.dart
|
| index a921d333864fb2c4210fdb135dfcf19af3029072..84e22f86927252ffc453d75abb38b6a5ec9294b7 100644
|
| --- a/tests/lib/mirrors/method_mirror_name_test.dart
|
| +++ b/tests/lib/mirrors/method_mirror_name_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";
|
|
|