Index: tests/lib/mirrors/removed_api_test.dart |
diff --git a/tests/lib/mirrors/removed_api_test.dart b/tests/lib/mirrors/removed_api_test.dart |
index 6f5e6bc49d44b31ad8ce8844aea043c8d38a2f47..6c44b38308ce764ea0d853c50d92c1a425c9a9d3 100644 |
--- a/tests/lib/mirrors/removed_api_test.dart |
+++ b/tests/lib/mirrors/removed_api_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'; |