| 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..a7eaed65503eb8ac2b66eba52f20271e78fd600b 100644
|
| --- a/test/webkit/fast/regex/toString-expected.txt
|
| +++ b/test/webkit/fast/regex/toString-expected.txt
|
| @@ -31,7 +31,7 @@
|
| FAIL RegExp.prototype.source should be (?:). Threw exception TypeError: RegExp.prototype.source getter called on non-RegExp object
|
| PASS RegExp('/').toString() is "/\\//"
|
| PASS RegExp('').toString() is "/(?:)/"
|
| -PASS RegExp.prototype.toString() is "/(?:)/"
|
| +FAIL RegExp.prototype.toString() should be /(?:)/. Threw exception TypeError: Method RegExp.prototype.toString called on incompatible receiver [object Object]
|
| PASS testForwardSlash("^/$", "/"); is true
|
| PASS testForwardSlash("^/$", "/"); is true
|
| PASS testForwardSlash("^\/$", "/"); is true
|
|
|