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

Unified Diff: frog/tests/leg/src/SsaPhiEliminatorTest.dart

Issue 9193016: Add the arity to calls, and support noSuchMethodException. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 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: frog/tests/leg/src/SsaPhiEliminatorTest.dart
===================================================================
--- frog/tests/leg/src/SsaPhiEliminatorTest.dart (revision 3496)
+++ frog/tests/leg/src/SsaPhiEliminatorTest.dart (working copy)
@@ -62,7 +62,7 @@
regexp = const RegExp("a = 3");
Expect.isTrue(regexp.hasMatch(generated));
- regexp = const RegExp("print\\(a\\)");
+ regexp = const RegExp("print\\\$1\\(a\\)");
Expect.isTrue(regexp.hasMatch(generated));
generated = compile(TEST_TWO, 'main');

Powered by Google App Engine
This is Rietveld 408576698