From 59cd51e62bff9228e9d1777692eae6740dda4505 Mon Sep 17 00:00:00 2001 From: Andrei Maiboroda Date: Wed, 14 Apr 2021 13:45:43 +0200 Subject: [PATCH] [test] Fix alignment of i32.store instruction (#1312) --- 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 1addd67db5..e7e18cef69 100644 --- a/test/core/binary.wast +++ b/test/core/binary.wast @@ -735,7 +735,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 )