| Index: test/webkit/fast/js/arguments.js
|
| diff --git a/test/webkit/fast/js/arguments.js b/test/webkit/fast/js/arguments.js
|
| index f5b3abfdfb5078e69e31456a8344b494d0a67a51..0e23faaf15151e24ca95bbcddd6b781d16b63f7d 100644
|
| --- a/test/webkit/fast/js/arguments.js
|
| +++ b/test/webkit/fast/js/arguments.js
|
| @@ -574,13 +574,6 @@ function argumentsVarUndefined()
|
| }
|
| shouldBe("argumentsVarUndefined()", "'[object Arguments]'");
|
|
|
| -function argumentsConstUndefined()
|
| -{
|
| - const arguments;
|
| - return String(arguments);
|
| -}
|
| -shouldBe("argumentsConstUndefined()", "'[object Arguments]'");
|
| -
|
| function argumentCalleeInException() {
|
| try {
|
| throw "";
|
|
|