| 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
|
| index ed3cbe671ec3e3d81874d20f537cdc4f981bb047..acf6c94fe707573907add62f1aaa09b08154f1fb 100644
|
| --- a/LayoutTests/fast/js/excessive-comma-usage-expected.txt
|
| +++ b/LayoutTests/fast/js/excessive-comma-usage-expected.txt
|
| @@ -5,7 +5,7 @@ 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
|
| -PASS new Function(commaExpressionTestString)() is true
|
| +FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|