| 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..601487ec6282409038c86fef3dc45fe7feae9d26 100644
|
| --- a/test/mjsunit/es6/debug-stepnext-for.js
|
| +++ b/test/mjsunit/es6/debug-stepnext-for.js
|
| @@ -108,12 +108,12 @@
|
| "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: var decl, condition, body, next, condition, body, ...
|
| + "k7","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, ...
|
| - "m15","m20","M4","m26","m20","M4","m26","m20","M4","m26","m20",
|
| + "m7","m20","M4","m26","m20","M4","m26","m20","M4","m26","m20",
|
| // Exit.
|
| "y0","z0",
|
| ]
|
|
|