diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-04-13 15:17:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 15:17:13 -0700 |
commit | 39022f8cd717ec5f219c56f4ebd07f016c457afc (patch) | |
tree | 6e47ae6c85a0c0a1d64f85124043b7fe5799cda8 /test/spec/table_grow.txt | |
parent | d08b0d9fd2b76325b09308268e14969f923ff1fe (diff) | |
download | wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.gz wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.bz2 wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.zip |
update br_table validation rule + enforce module validity in spectest-interp (#1895)
Diffstat (limited to 'test/spec/table_grow.txt')
-rw-r--r-- | test/spec/table_grow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/table_grow.txt b/test/spec/table_grow.txt index 00e5daf8..5c92936a 100644 --- a/test/spec/table_grow.txt +++ b/test/spec/table_grow.txt @@ -28,5 +28,5 @@ out/test/spec/table_grow.wast:157: assert_invalid passed: out/test/spec/table_grow.wast:166: assert_invalid passed: out/test/spec/table_grow/table_grow.11.wasm:0000026: error: type mismatch in implicit return, expected [f32] but got [i32] 0000026: error: EndFunctionBody callback failed -45/45 tests passed. +50/50 tests passed. ;;; STDOUT ;;) |