diff options
Diffstat (limited to 'test/binary/bad-alignment.txt')
-rw-r--r-- | test/binary/bad-alignment.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/binary/bad-alignment.txt b/test/binary/bad-alignment.txt index 4601c27c..e975dd10 100644 --- a/test/binary/bad-alignment.txt +++ b/test/binary/bad-alignment.txt @@ -8,11 +8,12 @@ section(CODE) { count[1] func { locals[0] + i32.const leb_i32(0) i32.load align[65] offset[0] drop } } (;; STDERR ;;; -000001e: error: invalid load alignment: 65 -000001e: error: invalid load alignment: 65 +0000020: error: multi_memory not allowed +0000020: error: multi_memory not allowed ;;; STDERR ;;) |