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

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

Issue 22859016: Fix problem that caused anonymous mixin applications to be named "null". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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: dart/tests/lib/mirrors/mixin_members_test.dart
diff --git a/dart/tests/lib/mirrors/mixin_members_test.dart b/dart/tests/lib/mirrors/mixin_members_test.dart
index eca7166c040fb6f52e202541beb5f2d918d8a1d1..470f6477a2bbad3070175b817fa9c78fc6af18e7 100644
--- a/dart/tests/lib/mirrors/mixin_members_test.dart
+++ b/dart/tests/lib/mirrors/mixin_members_test.dart
@@ -4,8 +4,6 @@
library mixin_members_test;
-// TODO(ahe): Don't add mirrors used, the test doesn't work without it.
-@MirrorsUsed(targets: 'mixin_members_test', override: '*')
import "dart:mirrors";
import "package:expect/expect.dart";

Powered by Google App Engine
This is Rietveld 408576698