Index: tests/lib/mirrors/inference_and_no_such_method_test.dart |
diff --git a/tests/lib/mirrors/inference_and_no_such_method_test.dart b/tests/lib/mirrors/inference_and_no_such_method_test.dart |
index 4f57eedf219c0c4f7603074c1d37afa9b4c30b59..6de255121e2d70635bfb4e583281c7e5c0e198d2 100644 |
--- a/tests/lib/mirrors/inference_and_no_such_method_test.dart |
+++ b/tests/lib/mirrors/inference_and_no_such_method_test.dart |
@@ -6,6 +6,9 @@ |
// whose type may change at runtime due to an invocation through |
// [InstanceMirror.delegate]. |
+library lib; |
+ |
+@MirrorsUsed(targets: "lib") |
import 'dart:mirrors'; |
import 'package:expect/expect.dart'; |