Index: tests/lib/mirrors/reflect_class_test.dart |
diff --git a/tests/lib/mirrors/reflect_class_test.dart b/tests/lib/mirrors/reflect_class_test.dart |
index 29f546626240fdc6d3c139832666d2eccd0eaa16..30dbf9d1086d80603929661b30f8ee5a1be83f7e 100644 |
--- a/tests/lib/mirrors/reflect_class_test.dart |
+++ b/tests/lib/mirrors/reflect_class_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"; |