Chromium Code Reviews| Index: test/mjsunit/debug-ignore-breakpoints.js |
| diff --git a/test/mjsunit/debug-ignore-breakpoints.js b/test/mjsunit/debug-ignore-breakpoints.js |
| index 96c6044e7b0291b7f9be60cb2fdad0891c790d28..3cb283bc488321759d080c33c9e47d6ffac9b961 100644 |
| --- a/test/mjsunit/debug-ignore-breakpoints.js |
| +++ b/test/mjsunit/debug-ignore-breakpoints.js |
| @@ -86,4 +86,3 @@ f(); |
| assertEquals(5, break_point_hit_count); |
| f(); |
| assertEquals(6, break_point_hit_count); |
| - |