Index: test/mjsunit/es6/debug-stepnext-for.js |
diff --git a/test/mjsunit/es6/debug-stepnext-for.js b/test/mjsunit/es6/debug-stepnext-for.js |
index dcca001d61c7fa26b2f1d59366f3f8ed3b6ae6fa..9d5641a4a3c611d9711fdeb99d9613478c7451d9 100644 |
--- a/test/mjsunit/es6/debug-stepnext-for.js |
+++ b/test/mjsunit/es6/debug-stepnext-for.js |
@@ -108,8 +108,8 @@ var expected = [ |
"i12","i10","i11","I4","i11","I4","i11","I4","i11", |
// For-of-let: [Symbol.iterator](), next(), body, next(), ... |
"j16","j14","j15","J4","j15","J4","j15","J4","j15", |
- // For-var: var decl, init, condition, body, next, condition, body, ... |
- "k7","k15","k20","K4","k26","k20","K4","k26","k20","K4","k26","k20", |
+ // For-var: init, condition, body, next, condition, body, ... |
+ "k15","k20","K4","k26","k20","K4","k26","k20","K4","k26","k20", |
// For: init, condition, body, next, condition, body, ... |
"l7","l16","L4","l22","l16","L4","l22","l16","L4","l22","l16", |
// For-let: init, condition, body, next, condition, body, ... |