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 17fbd8811352c7b92c0963108efc212838f76a17..92ef56ed2d338c7af96793ed9efd3459e4eb1cd4 100644 |
--- a/test/webkit/fast/js/arguments-expected.txt |
+++ b/test/webkit/fast/js/arguments-expected.txt |
@@ -157,7 +157,6 @@ 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 SyntaxError: Missing initializer in const declaration |
PASS argumentCalleeInException() is argumentCalleeInException |
PASS shadowedArgumentsApply([true]) is true |
PASS shadowedArgumentsLength([]) is 0 |