| Index: test/webkit/fast/js/arguments-expected.txt
|
| diff --git a/test/webkit/fast/js/arguments-expected.txt b/test/webkit/fast/js/arguments-expected.txt
|
| index f5bbb729368a34e8648079d999ce47b29a252ab9..4f0150033df39eeec4f8213bdc6e8b39eb854d40 100644
|
| --- a/test/webkit/fast/js/arguments-expected.txt
|
| +++ b/test/webkit/fast/js/arguments-expected.txt
|
| @@ -157,7 +157,7 @@ PASS access_after_delete_extra_5(1, 2, 3, 4, 5) is 5
|
| PASS argumentsParam(true) is true
|
| PASS argumentsFunctionConstructorParam(true) is true
|
| PASS argumentsVarUndefined() is '[object Arguments]'
|
| -FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception TypeError: Identifier 'arguments' has already been declared
|
| +FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception SyntaxError: Identifier 'arguments' has already been declared
|
| PASS argumentCalleeInException() is argumentCalleeInException
|
| PASS shadowedArgumentsApply([true]) is true
|
| PASS shadowedArgumentsLength([]) is 0
|
|
|