Chromium Code Reviews| Index: test/message/single-function-literal.out |
| diff --git a/test/message/single-function-literal.out b/test/message/single-function-literal.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a6a54b61a56d71238f3b2075bb1257969be47ab9 |
| --- /dev/null |
| +++ b/test/message/single-function-literal.out |
| @@ -0,0 +1,5 @@ |
| +undefined:1: SyntaxError: Single function literal required |
| +(function() { return 5; })(); |
| + ^ |
| +SyntaxError: Single function literal required |
| + at *%(basename)s:32:16 |