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

Unified Diff: tests/lib/mirrors/repeated_private_anon_mixin_app_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/repeated_private_anon_mixin_app_test.dart
diff --git a/tests/lib/mirrors/repeated_private_anon_mixin_app_test.dart b/tests/lib/mirrors/repeated_private_anon_mixin_app_test.dart
index 7a7a5adcaa6903e24e32412d3031ec55c203957c..49146ac8b880da84d860827aa0770b3a2859ce9a 100644
--- a/tests/lib/mirrors/repeated_private_anon_mixin_app_test.dart
+++ b/tests/lib/mirrors/repeated_private_anon_mixin_app_test.dart
@@ -6,6 +6,7 @@ library test.repeated_private_anon_mixin_app;
// Regression test for symbol mangling.
+@MirrorsUsed(targets: "test.repeated_private_anon_mixin_app")
import 'dart:mirrors';
import 'package:expect/expect.dart';
« no previous file with comments | « tests/lib/mirrors/removed_api_test.dart ('k') | tests/lib/mirrors/set_field_with_final_inheritance_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698