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

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

Issue 11265020: Minifying renamer for classes, methods and instance variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/ssa_phi_codegen_test.dart
diff --git a/tests/compiler/dart2js/ssa_phi_codegen_test.dart b/tests/compiler/dart2js/ssa_phi_codegen_test.dart
index 7f026507e00a0cf5874c85ccc48dfafdb0ad092d..761fce8c2691824b3d7e3c7c523537acdda1cf00 100644
--- a/tests/compiler/dart2js/ssa_phi_codegen_test.dart
+++ b/tests/compiler/dart2js/ssa_phi_codegen_test.dart
@@ -57,7 +57,7 @@ foo() {
main() {
compileAndMatchFuzzy(TEST_ONE, 'foo', "var x = x === true \\? 2 : 3;");
- compileAndMatchFuzzy(TEST_ONE, 'foo', "print\\(x\\);");
+ compileAndMatchFuzzy(TEST_ONE, 'foo', "p(rint)?\\(x\\);");
compileAndMatchFuzzy(TEST_TWO, 'main', "x \\+= 10");
compileAndMatchFuzzy(TEST_TWO, 'main', "\\+\\+x");

Powered by Google App Engine
This is Rietveld 408576698