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

Unified Diff: tests/lib/mirrors/mixin_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/mixin_test.dart
diff --git a/tests/lib/mirrors/mixin_test.dart b/tests/lib/mirrors/mixin_test.dart
index 91566a1086a6dc9ef01589889b1374c4e46eb58c..4a8109dc78b1514cecc0f4f9bf3c3f040e3dbf02 100644
--- a/tests/lib/mirrors/mixin_test.dart
+++ b/tests/lib/mirrors/mixin_test.dart
@@ -4,6 +4,7 @@
library test.mixin;
+@MirrorsUsed(targets: "test.mixin")
import 'dart:mirrors';
import 'package:expect/expect.dart';
« no previous file with comments | « tests/lib/mirrors/mixin_members_test.dart ('k') | tests/lib/mirrors/new_instance_with_type_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698