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

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

Issue 2727323002: Add @MirrorsUsed annotations to speed up tests. (Closed)
Patch Set: Created 3 years, 10 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/basic_types_in_dart_core_test.dart
diff --git a/tests/lib/mirrors/basic_types_in_dart_core_test.dart b/tests/lib/mirrors/basic_types_in_dart_core_test.dart
index 4ef60f8928d72c07222e14fa9b887dc5c8ca2758..896784642edc674c25764ba284bc9bc270df98ee 100644
--- a/tests/lib/mirrors/basic_types_in_dart_core_test.dart
+++ b/tests/lib/mirrors/basic_types_in_dart_core_test.dart
@@ -4,6 +4,8 @@
library test.basic_types_in_dart_core;
+@MirrorsUsed(targets: const [#int, #double, #num, #bool, #String, #List, #Null,
Siggi Cherem (dart-lang) 2017/03/07 18:51:55 maybe only specify dart.core as an entire library?
floitsch 2017/03/08 10:44:21 Done.
+ #Object, #dynamic, "void"])
import 'dart:mirrors';
import 'package:expect/expect.dart';

Powered by Google App Engine
This is Rietveld 408576698