| Index: LayoutTests/fast/js/function-constructor-error-expected.txt
|
| diff --git a/LayoutTests/fast/js/function-constructor-error-expected.txt b/LayoutTests/fast/js/function-constructor-error-expected.txt
|
| deleted file mode 100644
|
| index a603f094d5907147b47e3f00326e0b312b4f655c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/function-constructor-error-expected.txt
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -This test checks that the Function constructor detects some syntax errors correctly (bug#59795).
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -FAIL Function('(i + (j)') should throw SyntaxError: Expected token ')'. Threw exception SyntaxError: Unexpected token }.
|
| -FAIL Function('return (i + (j)') should throw SyntaxError: Expected token ')'. Threw exception SyntaxError: Unexpected token }.
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|