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 b375b3780659c7ed2efb4d73c0f3aab59173f787..bcd4199045d4fcef596800607db1e17689c8117a 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 |
-PASS strictThisTest.call(1); threw exception TypeError: Cannot assign to read only property 'value' of 1. |
+PASS strictThisTest.call(1); threw exception TypeError: Cannot create property 'value' on number '1'. |
PASS successfullyParsed is true |
TEST COMPLETE |