diff options
author | Ben Smith <binji@chromium.org> | 2016-04-01 12:30:07 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-04-02 22:32:14 -0700 |
commit | 3218cc8b453c361936fe69fe9a0ec530d47db79c (patch) | |
tree | 9b04fbe4c6eeaede3bbb21c041444b4b4095f9a2 /test/interp/empty.txt | |
parent | 78526e008053b01b5a65cce53e916533e44aad39 (diff) | |
download | wabt-3218cc8b453c361936fe69fe9a0ec530d47db79c.tar.gz wabt-3218cc8b453c361936fe69fe9a0ec530d47db79c.tar.bz2 wabt-3218cc8b453c361936fe69fe9a0ec530d47db79c.zip |
add interpreter tests, copied from d8 tests
Diffstat (limited to 'test/interp/empty.txt')
-rw-r--r-- | test/interp/empty.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 ;;) |