From 5fedef1e94134c7802d4a07ba822259e1464e48f Mon Sep 17 00:00:00 2001 From: Andrei Maiboroda Date: Wed, 14 Apr 2021 12:27:09 +0200 Subject: [PATCH] [test] Fix alignment of i32.store instruction --- test/core/binary.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/binary.wast b/test/core/binary.wast index d85c968511..c6f975570b 100644 --- a/test/core/binary.wast +++ b/test/core/binary.wast @@ -641,7 +641,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 )