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

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

Issue 9689045: Library privacy. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | « dart/frog/tests/leg/src/PrettyParameterTest.dart ('k') | dart/frog/tests/leg/src/StaticClosureTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg/src/SsaPhiEliminatorTest.dart
diff --git a/dart/frog/tests/leg/src/SsaPhiEliminatorTest.dart b/dart/frog/tests/leg/src/SsaPhiEliminatorTest.dart
index 59b09e9c298dbb9ec525ffc604d3b92ad77cd33d..0380a770bf3b05dc3d244d998448da41dc6569cf 100644
--- a/dart/frog/tests/leg/src/SsaPhiEliminatorTest.dart
+++ b/dart/frog/tests/leg/src/SsaPhiEliminatorTest.dart
@@ -62,7 +62,7 @@ main() {
regexp = const RegExp(@"a = \(3\)");
Expect.isTrue(regexp.hasMatch(generated));
- regexp = const RegExp(@"print\$1\(a\)");
+ regexp = const RegExp(@"print\(a\)");
Expect.isTrue(regexp.hasMatch(generated));
generated = compile(TEST_TWO, 'main');
« no previous file with comments | « dart/frog/tests/leg/src/PrettyParameterTest.dart ('k') | dart/frog/tests/leg/src/StaticClosureTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698