From 3218cc8b453c361936fe69fe9a0ec530d47db79c Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 1 Apr 2016 12:30:07 -0700 Subject: add interpreter tests, copied from d8 tests --- test/interp/empty.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/interp/empty.txt (limited to 'test/interp/empty.txt') diff --git a/test/interp/empty.txt b/test/interp/empty.txt new file mode 100644 index 00000000..3e43e05e --- /dev/null +++ b/test/interp/empty.txt @@ -0,0 +1,7 @@ +;;; TOOL: run-interp +(module + (export "f" 0) + (func)) +(;; STDOUT ;;; +f() +;;; STDOUT ;;) -- cgit v1.2.3