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

Unified Diff: tests/lib/mirrors/abstract_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
« no previous file with comments | « tests/lib/mirrors/abstract_class_test.dart ('k') | tests/lib/mirrors/accessor_cache_overflow_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/abstract_test.dart
diff --git a/tests/lib/mirrors/abstract_test.dart b/tests/lib/mirrors/abstract_test.dart
index 39923639e08b8a559e2de07d8e825a78c6a994eb..56ff36b677f689f2d981cde0be84dcab25557144 100644
--- a/tests/lib/mirrors/abstract_test.dart
+++ b/tests/lib/mirrors/abstract_test.dart
@@ -6,6 +6,7 @@
library test.abstract_test;
+@MirrorsUsed(targets: "test.abstract_test")
import 'dart:mirrors';
import 'stringify.dart';
« no previous file with comments | « tests/lib/mirrors/abstract_class_test.dart ('k') | tests/lib/mirrors/accessor_cache_overflow_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698