Index: tests/lib/mirrors/list_constructor_test.dart |
diff --git a/tests/lib/mirrors/list_constructor_test.dart b/tests/lib/mirrors/list_constructor_test.dart |
index c25d038ac9d055fc89158c0c2e99a6b18fd8418e..7a691b5728648242e0e0de55c4f49104985d3d8b 100644 |
--- a/tests/lib/mirrors/list_constructor_test.dart |
+++ b/tests/lib/mirrors/list_constructor_test.dart |
@@ -2,8 +2,11 @@ |
// 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; |
+ |
import "package:expect/expect.dart"; |
+@MirrorsUsed(targets: const ["lib", List]) |
import 'dart:mirrors'; |
main() { |