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 fe50fa76b9f894f97e2a5d0fd57c0437f539ac2b..001f7053fde52b40081c087ea264fe9643e7b034 100644 |
--- a/test/mjsunit/es6/debug-stepnext-for.js |
+++ b/test/mjsunit/es6/debug-stepnext-for.js |
@@ -106,11 +106,11 @@ var expected = [ |
// For-of-let: next(), body, next(), ... |
"j16","J4","j16","J4","j16","J4","j16", |
// For-var: var decl, condition, body, next, condition, body, ... |
- "k7","k20","K4","k23","k20","K4","k23","k20","K4","k23","k20", |
+ "k7","k20","K4","k26","k20","K4","k26","k20","K4","k26","k20", |
// For: init, condition, body, next, condition, body, ... |
- "l7","l16","L4","l19","l16","L4","l19","l16","L4","l19","l16", |
+ "l7","l16","L4","l22","l16","L4","l22","l16","L4","l22","l16", |
// For-let: init, condition, body, next, condition, body, ... |
- "m7","m20","M4","m23","m20","M4","m23","m20","M4","m23","m20", |
+ "m7","m20","M4","m26","m20","M4","m26","m20","M4","m26","m20", |
// Exit. |
"y0","z0", |
] |