diff options
author | Ben Smith <binjimin@gmail.com> | 2018-01-25 17:13:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 17:13:36 -0800 |
commit | a2ac28e0dd155ee5974f492a01a4c46bd45e3398 (patch) | |
tree | 3729bbbf2f7d8148bc26c90cd1659e8bc9884661 /test/parse/expr/setlocal-index-after-param.txt | |
parent | 77eb57115bfec040de8486ea337012a2e1c2229d (diff) | |
download | wabt-a2ac28e0dd155ee5974f492a01a4c46bd45e3398.tar.gz wabt-a2ac28e0dd155ee5974f492a01a4c46bd45e3398.tar.bz2 wabt-a2ac28e0dd155ee5974f492a01a4c46bd45e3398.zip |
Fix: don't allow a test with an empty command list (#736)
Since `wat2wasm` is no longer the default TOOL, it must be specified in
all tests without a RUN or TOOL directive. The previous CL removed the
default, but didn't fix the tests that had no directives.
Diffstat (limited to 'test/parse/expr/setlocal-index-after-param.txt')
-rw-r--r-- | test/parse/expr/setlocal-index-after-param.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse/expr/setlocal-index-after-param.txt b/test/parse/expr/setlocal-index-after-param.txt index 1db97874..690130fe 100644 --- a/test/parse/expr/setlocal-index-after-param.txt +++ b/test/parse/expr/setlocal-index-after-param.txt @@ -1,3 +1,4 @@ +;;; TOOL: wat2wasm (module (func (param i32) (local i32) |