Index: test/webkit/fast/js/read-modify-eval-expected.txt |
diff --git a/test/webkit/fast/js/read-modify-eval-expected.txt b/test/webkit/fast/js/read-modify-eval-expected.txt |
index 4a16d0a7a25157c7534f430b615fe0615aad4394..b375b3780659c7ed2efb4d73c0f3aab59173f787 100644 |
--- a/test/webkit/fast/js/read-modify-eval-expected.txt |
+++ b/test/webkit/fast/js/read-modify-eval-expected.txt |
@@ -42,7 +42,7 @@ PASS preDecTest(); is true |
PASS postIncTest(); is true |
PASS postDecTest(); is true |
PASS primitiveThisTest.call(1); is true |
-FAIL strictThisTest.call(1); should throw an exception. Was true. |
+PASS strictThisTest.call(1); threw exception TypeError: Cannot assign to read only property 'value' of 1. |
PASS successfullyParsed is true |
TEST COMPLETE |