Index: test/webkit/fast/regex/toString-expected.txt |
diff --git a/test/webkit/fast/regex/toString-expected.txt b/test/webkit/fast/regex/toString-expected.txt |
index 3b1fd12e3b0d40efa2b4c1ba564d0818b0041c55..08852f9543a75cddf95a0d3fbd47e79d1cd5a1cd 100644 |
--- a/test/webkit/fast/regex/toString-expected.txt |
+++ b/test/webkit/fast/regex/toString-expected.txt |
@@ -28,7 +28,7 @@ |
PASS RegExp('/').source is "\\/" |
PASS RegExp('').source is "(?:)" |
-FAIL RegExp.prototype.source should be (?:). Threw exception TypeError: RegExp.prototype.source getter called on non-RegExp object |
+FAIL RegExp.prototype.source should be (?:) (of type string). Was undefined (of type undefined). |
PASS RegExp('/').toString() is "/\\//" |
PASS RegExp('').toString() is "/(?:)/" |
PASS RegExp.prototype.toString() is "/(?:)/" |