Chromium Code Reviews

Unified Diff: test/message/single-function-literal.out

Issue 1548623002: [runtime] Also migrate the Function and GeneratorFunction constructors to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix message tests. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/message/single-function-literal.out
diff --git a/test/message/single-function-literal.out b/test/message/single-function-literal.out
deleted file mode 100644
index a6a54b61a56d71238f3b2075bb1257969be47ab9..0000000000000000000000000000000000000000
--- a/test/message/single-function-literal.out
+++ /dev/null
@@ -1,5 +0,0 @@
-undefined:1: SyntaxError: Single function literal required
-(function() { return 5; })();
- ^
-SyntaxError: Single function literal required
- at *%(basename)s:32:16
« no previous file with comments | « test/message/single-function-literal.js ('k') | test/mjsunit/regress/regress-function-constructor-receiver.js » ('j') | no next file with comments »

Powered by Google App Engine