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 08852f9543a75cddf95a0d3fbd47e79d1cd5a1cd..1f925699343a4fb0690959f8a11bb8934fa6cdc0 100644 |
--- a/test/webkit/fast/regex/toString-expected.txt |
+++ b/test/webkit/fast/regex/toString-expected.txt |
@@ -28,7 +28,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS RegExp('/').source is "\\/" |
PASS RegExp('').source is "(?:)" |
-FAIL RegExp.prototype.source should be (?:) (of type string). Was undefined (of type undefined). |
+PASS RegExp.prototype.source is "(?:)" |
PASS RegExp('/').toString() is "/\\//" |
PASS RegExp('').toString() is "/(?:)/" |
PASS RegExp.prototype.toString() is "/(?:)/" |