| Index: LayoutTests/fast/js/excessive-comma-usage-expected.txt
|
| diff --git a/LayoutTests/fast/js/excessive-comma-usage-expected.txt b/LayoutTests/fast/js/excessive-comma-usage-expected.txt
|
| deleted file mode 100644
|
| index acf6c94fe707573907add62f1aaa09b08154f1fb..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/excessive-comma-usage-expected.txt
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -Test that we can handle excessively large initializer lists
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS new Function(initializerTestString)() is true
|
| -PASS new Function(declarationTestString)() is true
|
| -FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|