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

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

Issue 1188783002: dart2js cps: Overhaul PullIntoInitializers. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Comments Created 5 years, 6 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/js_backend_cps_ir_interceptors_test.dart
diff --git a/tests/compiler/dart2js/js_backend_cps_ir_interceptors_test.dart b/tests/compiler/dart2js/js_backend_cps_ir_interceptors_test.dart
index 87e90e49f6c0d4127e122dd5665c9250ffd68c22..f362bb304b7d8a9651d21c34cd1a7abf481c1283 100644
--- a/tests/compiler/dart2js/js_backend_cps_ir_interceptors_test.dart
+++ b/tests/compiler/dart2js/js_backend_cps_ir_interceptors_test.dart
@@ -34,9 +34,8 @@ main() {
}""",
r"""
function() {
- var l = ["hest", ["h", "e", "s", "t"]], i, x, j;
+ var l = ["hest", ["h", "e", "s", "t"]], i = 0, x, j;
P.print(J.getInterceptor$as(l).get$length(l));
- i = 0;
while (J.getInterceptor$n(i).$lt(i, J.getInterceptor$as(l).get$length(l))) {
x = J.getInterceptor$as(l).$index(l, i);
j = 0;
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_constructor_test.dart ('k') | tests/compiler/dart2js_extra/dart2js_extra.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698