Chromium Code Reviews| Index: test/webkit/fast/js/excessive-comma-usage-expected.txt |
| diff --git a/test/webkit/fast/js/excessive-comma-usage-expected.txt b/test/webkit/fast/js/excessive-comma-usage-expected.txt |
| index 2460768e4a3ae751383e074d1af64b90978145b6..a86a1e87b161c4dbaabfa06814a1b05e6622dabc 100644 |
| --- a/test/webkit/fast/js/excessive-comma-usage-expected.txt |
| +++ b/test/webkit/fast/js/excessive-comma-usage-expected.txt |
| @@ -28,7 +28,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 |
| -FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded |
|
Michael Achenbach
2015/07/27 21:21:53
Since, we failed it, at least that part was quite
|
| +PASS new Function(commaExpressionTestString)() is true |
| PASS successfullyParsed is true |
| TEST COMPLETE |