Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tests/lib/mirrors/private_class_field_test.dart

Issue 2727323002: Add @MirrorsUsed annotations to speed up tests. (Closed)
Patch Set: Minor fixes. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/lib/mirrors/private_class_field_test.dart
diff --git a/tests/lib/mirrors/private_class_field_test.dart b/tests/lib/mirrors/private_class_field_test.dart
index cedf9032c5a9ffe2d4a0f4f8a74835eaa00e8667..81e0d826e94eee9c6040eee05e5d99242462694b 100644
--- a/tests/lib/mirrors/private_class_field_test.dart
+++ b/tests/lib/mirrors/private_class_field_test.dart
@@ -5,6 +5,9 @@
// Test a private field name doesn't match the equivalent private name from
// another library.
+library lib;
+
+@MirrorsUsed(targets: "lib")
import 'dart:mirrors';
import 'package:expect/expect.dart';
« no previous file with comments | « tests/lib/mirrors/parameter_of_mixin_app_constructor_test.dart ('k') | tests/lib/mirrors/private_symbol_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698