| Index: test/webkit/dfg-tear-off-function-dot-arguments.js
|
| diff --git a/test/webkit/dfg-tear-off-function-dot-arguments.js b/test/webkit/dfg-tear-off-function-dot-arguments.js
|
| index a8582bf335827b79d5177103aacd8954facde1b3..cdbf4bde6e59fdf88d1ef117e6de286e79a334ed 100644
|
| --- a/test/webkit/dfg-tear-off-function-dot-arguments.js
|
| +++ b/test/webkit/dfg-tear-off-function-dot-arguments.js
|
| @@ -42,4 +42,3 @@ for (var i = 0; i < 200; ++i) {
|
| shouldBe("thingy.length", "1");
|
| shouldBe("thingy[0]", "false");
|
| }
|
| -
|
|
|