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