From faab4b743a496c2cb7036a2214d6f44f51189a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 10 Nov 2020 18:22:18 +0100 Subject: [PATCH] [test] Correct i32.store alignment in a LEB128 test In the binary-leb128.wast, change the alignment of an i32.store instruction from 3 (invalid) to 2 (the intention suggested by the comment). --- test/core/binary-leb128.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/binary-leb128.wast b/test/core/binary-leb128.wast index cd39a5d2c9..8503c9ae9e 100644 --- a/test/core/binary-leb128.wast +++ b/test/core/binary-leb128.wast @@ -852,7 +852,7 @@ "\41\00" ;; i32.const 0 "\41\03" ;; i32.const 3 "\36" ;; i32.store - "\03" ;; alignment 2 + "\02" ;; alignment 2 "\82\80\80\80\10" ;; offset 2 with unused bits set "\0b" ;; end )