diff options
Diffstat (limited to 'test/binary/bad-function-local-count.txt')
-rw-r--r-- | test/binary/bad-function-local-count.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/binary/bad-function-local-count.txt b/test/binary/bad-function-local-count.txt deleted file mode 100644 index 7097d203..00000000 --- a/test/binary/bad-function-local-count.txt +++ /dev/null @@ -1,16 +0,0 @@ -;;; TOOL: run-gen-wasm-bad -magic -version -section(TYPE) { count[1] function params[0] results[0] } -section(FUNCTION) { count[1] sig[0] } -section(CODE) { - count[1] - func { - local_decls[1] - locals[0] i32 - } -} -(;; STDERR ;;; -0000018: error: local count must be > 0 -0000018: error: local count must be > 0 -;;; STDERR ;;) |