summaryrefslogtreecommitdiff
path: root/test/parse/module/import-table.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-25 17:13:36 -0800
committerGitHub <noreply@github.com>2018-01-25 17:13:36 -0800
commita2ac28e0dd155ee5974f492a01a4c46bd45e3398 (patch)
tree3729bbbf2f7d8148bc26c90cd1659e8bc9884661 /test/parse/module/import-table.txt
parent77eb57115bfec040de8486ea337012a2e1c2229d (diff)
downloadwabt-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/module/import-table.txt')
-rw-r--r--test/parse/module/import-table.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse/module/import-table.txt b/test/parse/module/import-table.txt
index 90b26030..5976dfef 100644
--- a/test/parse/module/import-table.txt
+++ b/test/parse/module/import-table.txt
@@ -1,2 +1,3 @@
+;;; TOOL: wat2wasm
(module
(import "foo" "2" (table 0 10 anyfunc)))