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 83a9fc3f2226ab8277b1269f942b62120c8eb1e4..f15e4781cf4699eca2fec3f467ae0350b340dcaa 100644 |
--- a/test/mjsunit/es6/debug-stepnext-for.js |
+++ b/test/mjsunit/es6/debug-stepnext-for.js |
@@ -106,7 +106,7 @@ var expected = [ |
// For-var: var decl, condition, body, next, condition, body, ... |
"k7","k20","K4","k23","k20","K4","k23","k20","K4","k23","k20", |
// For: init, condition, body, next, condition, body, ... |
- "l11","l16","L4","l19","l16","L4","l19","l16","L4","l19","l16", |
+ "l7","l16","L4","l19","l16","L4","l19","l16","L4","l19","l16", |
// Exit. |
"y0","z0", |
] |