aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/syntactic-tail-call-without-return.out
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/syntactic-tail-call-without-return.out')
-rw-r--r--deps/v8/test/message/syntactic-tail-call-without-return.out4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/test/message/syntactic-tail-call-without-return.out b/deps/v8/test/message/syntactic-tail-call-without-return.out
deleted file mode 100644
index 0508fc3378..0000000000
--- a/deps/v8/test/message/syntactic-tail-call-without-return.out
+++ /dev/null
@@ -1,4 +0,0 @@
-*%(basename)s:13: SyntaxError: Tail call expression is not allowed here
- var x = continue f() ;
- ^^^^^^^^^^^^^
-SyntaxError: Tail call expression is not allowed here