| Index: LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
|
| diff --git a/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt b/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
|
| deleted file mode 100644
|
| index efbf5a6e5b52834d811942670bf74db1b0643bb8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/function-dot-arguments-identity-expected.txt
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -This tests verifies the identity of function.arguments vs 'arguments' used locally.
|
| -
|
| -PASS: getArguments() == arguments should be false and is.
|
| -PASS: getArguments() == eval('arguments') should be false and is.
|
| -PASS: getArguments() == arguments {eval present} should be false and is.
|
| -PASS: getArguments() == arguments {function present} should be false and is.
|
| -PASS: getArguments() == arguments {closure present} should be false and is.
|
| -PASS: getArguments() == arguments {with present} should be false and is.
|
| -PASS: getArguments() == arguments {catch present} should be false and is.
|
| -PASS: getArguments() == arguments {var declaration} should be false and is.
|
| -PASS: getArguments() == arguments {function declaration} should be false and is.
|
| -
|
|
|