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

Unified Diff: tests/lib/mirrors/inference_and_no_such_method_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/hot_set_field_test.dart ('k') | tests/lib/mirrors/inherit_field_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/inference_and_no_such_method_test.dart
diff --git a/tests/lib/mirrors/inference_and_no_such_method_test.dart b/tests/lib/mirrors/inference_and_no_such_method_test.dart
index 4f57eedf219c0c4f7603074c1d37afa9b4c30b59..6de255121e2d70635bfb4e583281c7e5c0e198d2 100644
--- a/tests/lib/mirrors/inference_and_no_such_method_test.dart
+++ b/tests/lib/mirrors/inference_and_no_such_method_test.dart
@@ -6,6 +6,9 @@
// whose type may change at runtime due to an invocation through
// [InstanceMirror.delegate].
+library lib;
+
+@MirrorsUsed(targets: "lib")
import 'dart:mirrors';
import 'package:expect/expect.dart';
« no previous file with comments | « tests/lib/mirrors/hot_set_field_test.dart ('k') | tests/lib/mirrors/inherit_field_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698