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

Unified Diff: dart/tests/compiler/dart2js_extra/mirrors_test.dart

Issue 19576003: Implement invocation of statics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add comment and update status file. Created 7 years, 5 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/compiler/dart2js_extra/mirrors_test.dart
diff --git a/dart/tests/compiler/dart2js_extra/mirrors_test.dart b/dart/tests/compiler/dart2js_extra/mirrors_test.dart
index d9df6c57ea8b7e9d50f251cedf92a4337c8605cb..cc56f5e9eb00dec3007debbe774dc7da4341ac45 100644
--- a/dart/tests/compiler/dart2js_extra/mirrors_test.dart
+++ b/dart/tests/compiler/dart2js_extra/mirrors_test.dart
@@ -5,8 +5,10 @@
// This test should be removed when dart2js can pass all mirror tests.
// TODO(ahe): Remove this test.
-import '../../lib/mirrors/mirrors_test.dart';
+
+import '../../lib/mirrors/mirrors_test.dart' as test;
main() {
- mainWithArgument(isDart2js: true);
+ test.isDart2js = true;
+ test.main();
}
« no previous file with comments | « dart/tests/compiler/dart2js_extra/minified_mirrors_test.dart ('k') | dart/tests/lib/mirrors/mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698