| 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 a404f18dde7bb630915d2429e774e85cc6310ad2..3e661dd879de41a05034ddbdaf644280ac21922d 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: Method RegExp.prototype.toString called on incompatible receiver [object Object]
|
| +FAIL RegExp.prototype.source should be (?:) (of type string). Was undefined (of type undefined).
|
| PASS RegExp('/').toString() is "/\\//"
|
| PASS RegExp('').toString() is "/(?:)/"
|
| FAIL RegExp.prototype.toString() should be /(?:)/. Threw exception TypeError: Method RegExp.prototype.toString called on incompatible receiver [object Object]
|
| @@ -58,4 +58,3 @@
|
|
|
| TEST COMPLETE
|
|
|
| -
|
|
|