Chromium Code Reviews| Index: test/mjsunit/debug-stepin-constructor.js |
| =================================================================== |
| --- test/mjsunit/debug-stepin-constructor.js (revision 993) |
| +++ test/mjsunit/debug-stepin-constructor.js (working copy) |
| @@ -68,7 +68,7 @@ |
| break_break_point_hit_count = 0; |
| g(); |
| -assertEquals(5, break_break_point_hit_count); |
| +assertEquals(4, break_break_point_hit_count); |
| // Get rid of the debug event listener. |
| Debug.removeListener(listener); |