| Index: LayoutTests/fast/js/code-serialize-paren-expected.txt
|
| diff --git a/LayoutTests/fast/js/code-serialize-paren-expected.txt b/LayoutTests/fast/js/code-serialize-paren-expected.txt
|
| deleted file mode 100644
|
| index ca373b2ee85918e0efed7a61c4837d4a6e21e09f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/code-serialize-paren-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -This test checks whether converting function code to a string preserves semantically significant parentheses.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS (function () { return (x + y) * z; }).toString().search('return.*[(]') != -1 is true
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|