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/elem.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/elem.txt')
-rw-r--r-- | test/spec/elem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/elem.txt b/test/spec/elem.txt index 6f8053dc..f4a7075d 100644 --- a/test/spec/elem.txt +++ b/test/spec/elem.txt @@ -63,5 +63,5 @@ out/test/spec/elem.wast:504: assert_invalid passed: 0000017: error: expected ref.null or ref.func in passive element segment 0000018: error: expected END opcode after element expression out/test/spec/elem.wast:561: assert_trap passed: uninitialized table element -47/47 tests passed. +73/73 tests passed. ;;; STDOUT ;;) |