summaryrefslogtreecommitdiff
path: root/test/spec/select.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-02-23 13:39:16 -0800
committerGitHub <noreply@github.com>2017-02-23 13:39:16 -0800
commitadaf0c5b86925975ca2a7048b3057da6414722cc (patch)
tree5a1e9ddce64e047ef1ca7a7e82ab04865a4809fc /test/spec/select.txt
parent28a34066f1f17b0ce7070835a695f621bdfe59ea (diff)
downloadwabt-adaf0c5b86925975ca2a7048b3057da6414722cc.tar.gz
wabt-adaf0c5b86925975ca2a7048b3057da6414722cc.tar.bz2
wabt-adaf0c5b86925975ca2a7048b3057da6414722cc.zip
Update testsuite (#311)
Fixed a few typechecker errors: * br_table must have consistent type signature for all branch targets * if without else cannot have a signature
Diffstat (limited to 'test/spec/select.txt')
-rw-r--r--test/spec/select.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/select.txt b/test/spec/select.txt
index c8cf2fcb..487baecc 100644
--- a/test/spec/select.txt
+++ b/test/spec/select.txt
@@ -1,7 +1,7 @@
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/select.wast
(;; STDOUT ;;;
-out/third_party/testsuite/select.wast:55: assert_invalid passed:
+out/third_party/testsuite/select.wast:65: assert_invalid passed:
error: type stack size too small at select. got 0, expected at least 2
error: @0x0000001c: on_select_expr callback failed
29/29 tests passed.