| Index: test/mjsunit/debug-step.js
 | 
| diff --git a/test/mjsunit/debug-step.js b/test/mjsunit/debug-step.js
 | 
| index 2233e36c66db0fae422eb8068c7b048e388c4d6d..45f077f9670d14a5e4b95511fa22dd5f46b7b619 100644
 | 
| --- a/test/mjsunit/debug-step.js
 | 
| +++ b/test/mjsunit/debug-step.js
 | 
| @@ -68,7 +68,7 @@ bp1 = Debug.setBreakPoint(f, 1);
 | 
|  state = 0;
 | 
|  result = -1;
 | 
|  f();
 | 
| -assertEquals(499, result);
 | 
| +assertEquals(332, result);
 | 
|  
 | 
|  // Check that performing 1000 steps with a break point on the statement in the
 | 
|  // for loop (line 2) will only make i 0 as a real break point breaks even when
 | 
| 
 |