Chromium Code Reviews| Index: test/webkit/dfg-inline-arguments-out-of-bounds.js |
| diff --git a/test/webkit/dfg-inline-arguments-out-of-bounds.js b/test/webkit/dfg-inline-arguments-out-of-bounds.js |
| index 23b9184cacacfb4aa3c1bd5fc1dda6fd5c4f7349..9cd6ec0f5941feeae85ced4770a2d0be83a573a4 100644 |
| --- a/test/webkit/dfg-inline-arguments-out-of-bounds.js |
| +++ b/test/webkit/dfg-inline-arguments-out-of-bounds.js |
| @@ -50,4 +50,3 @@ for (var i = 0; i < 3000; ++i) { |
| result = "" + bar(); |
| shouldBe("result", expected); |
| } |
| - |