| Index: test/webkit/toString-recursion-expected.txt
|
| diff --git a/test/webkit/toString-recursion-expected.txt b/test/webkit/toString-recursion-expected.txt
|
| index a7ccb8f205c3890808898207bb8f24dfb7aa42b1..d5e25ba9e8bd361563ae69d2152b5da9c84e562b 100644
|
| --- a/test/webkit/toString-recursion-expected.txt
|
| +++ b/test/webkit/toString-recursion-expected.txt
|
| @@ -27,7 +27,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS var array = []; array[0] = array; array + '' is ''
|
| -PASS var error = new Error; error.name = error; error.message = error; error + '' is ''
|
| PASS var regexp = /a/; regexp.source = regexp; regexp + '' is '/a/'
|
| PASS successfullyParsed is true
|
|
|
|
|