Chromium Code Reviews| Index: test/message/syntactic-tail-call-in-logical-or.out |
| diff --git a/test/message/syntactic-tail-call-in-logical-or.out b/test/message/syntactic-tail-call-in-logical-or.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d8cb69659c97f9e93e27933aa90584fe64504d75 |
| --- /dev/null |
| +++ b/test/message/syntactic-tail-call-in-logical-or.out |
| @@ -0,0 +1,4 @@ |
| +*%(basename)s:12: SyntaxError: Tail call expression is not allowed here |
| + return continue f() || a ; |
| + ^^^^^^^^^^^^ |
| +SyntaxError: Tail call expression is not allowed here |