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

Unified Diff: tests/compiler/dart2js/class_order_test.dart

Issue 12049036: Cleanup the namer, and add a test with fields that used to clash with internal names used by the co… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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/compiler/dart2js/class_order_test.dart
===================================================================
--- tests/compiler/dart2js/class_order_test.dart (revision 17449)
+++ tests/compiler/dart2js/class_order_test.dart (working copy)
@@ -35,7 +35,6 @@
RegExp regexp = new RegExp(r"foo\$0?:(.|\n)*bar\$0:(.|\n)*gee\$0:");
String generated = compileAll(TEST_ONE);
- print(generated);
Expect.isTrue(regexp.hasMatch(generated));
generated = compileAll(TEST_TWO);

Powered by Google App Engine
This is Rietveld 408576698