Chromium Code Reviews

Unified Diff: test/fuzzer/parser/hello-world

Issue 1604203002: Add a library suitable for libfuzzer with a small unit test runner shell (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 11 months 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
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/fuzzer/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/parser/hello-world
diff --git a/test/fuzzer/parser/hello-world b/test/fuzzer/parser/hello-world
new file mode 100644
index 0000000000000000000000000000000000000000..6be02374db118b9fb99cd98c6b403e5a558d0d57
--- /dev/null
+++ b/test/fuzzer/parser/hello-world
@@ -0,0 +1 @@
+console.log('hello world');
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/fuzzer/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine