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/simd_align.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/simd_align.txt')
-rw-r--r-- | test/spec/simd_align.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/simd_align.txt b/test/spec/simd_align.txt index 77d2f523..b0db45c2 100644 --- a/test/spec/simd_align.txt +++ b/test/spec/simd_align.txt @@ -209,5 +209,5 @@ out/test/spec/simd_align.wast:303: assert_malformed passed: out/test/spec/simd_align/simd_align.89.wat:1:51: error: alignment must be power-of-two (memory 1) (func (result v128) (v128.load64_splat align=7 (i32.const 0))) ^^^^^^^ -54/54 tests passed. +100/100 tests passed. ;;; STDOUT ;;) |