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

Unified Diff: tests/lib/mirrors/equality_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/enum_test.dart ('k') | tests/lib/mirrors/fake_function_with_call_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/equality_test.dart
diff --git a/tests/lib/mirrors/equality_test.dart b/tests/lib/mirrors/equality_test.dart
index 8b627b0edcefe1a593b4073cbea853cb0187a5ac..4bab8ff9fb10c684aeaa5874dee41628c17e5bc2 100644
--- a/tests/lib/mirrors/equality_test.dart
+++ b/tests/lib/mirrors/equality_test.dart
@@ -2,15 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// This tests uses the multi-test "ok" feature:
-// none: Trimmed behaviour. Passing on the VM.
-// 01: Trimmed version for dart2js.
-// 02: Full version passing in the VM.
-//
-// TODO(rmacnak,ahe): Remove multi-test when VM and dart2js are on par.
-
library test.class_equality_test;
+@MirrorsUsed(targets: "test.class_equality_test")
import 'dart:mirrors';
import 'package:expect/expect.dart';
« no previous file with comments | « tests/lib/mirrors/enum_test.dart ('k') | tests/lib/mirrors/fake_function_with_call_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698