Chromium Code Reviews| Index: test/mjsunit/debug-stepin-accessor-ic.js |
| diff --git a/test/mjsunit/debug-stepin-accessor-ic.js b/test/mjsunit/debug-stepin-accessor-ic.js |
| index 5599d7a1fc8d7b432a9cd291ee30d7fa3f4dc031..66c0580fd6adb4b659c4843c4f99aec40128dda7 100644 |
| --- a/test/mjsunit/debug-stepin-accessor-ic.js |
| +++ b/test/mjsunit/debug-stepin-accessor-ic.js |
| @@ -45,5 +45,5 @@ |
| f(); // Break |
| Debug.setListener(null); // Break |
| -assertEquals(87, break_count); |
| +assertEquals(86, break_count); |
| assertNull(exception); |