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

Unified Diff: tests/compiler/dart2js/cps_ir/expected/operators_5.js

Issue 1560963002: Do TypePropagation again after inlining (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: fix tests Created 4 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/cps_ir/expected/operators_5.js
diff --git a/tests/compiler/dart2js/cps_ir/expected/operators_5.js b/tests/compiler/dart2js/cps_ir/expected/operators_5.js
index 3ff812c083d2597d9ce61f8538cc963308a5420b..d2986cc17211db67929e9b7fe4cac9df5e889e6c 100644
--- a/tests/compiler/dart2js/cps_ir/expected/operators_5.js
+++ b/tests/compiler/dart2js/cps_ir/expected/operators_5.js
@@ -10,7 +10,7 @@ function() {
if (!(v0 > 10)) {
$.x = v0 = $.x + 1;
if (!(v0 > 10)) {
- line = false === false ? "false" : String(false);
+ line = "false";
break L0;
}
}
« no previous file with comments | « tests/compiler/dart2js/cps_ir/expected/operators2_7.js ('k') | tests/compiler/dart2js/cps_ir/expected/supercall_1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698