From 1f803e13b7e6814fe4f2c02cf2feea2bbac377f9 Mon Sep 17 00:00:00 2001 From: evilg Date: Fri, 25 Oct 2024 15:41:07 -0400 Subject: [PATCH] Fix test copy/paste typo (#566) --- test/core/gc/i31.wast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/gc/i31.wast b/test/core/gc/i31.wast index 748565045..6309e72b6 100644 --- a/test/core/gc/i31.wast +++ b/test/core/gc/i31.wast @@ -14,7 +14,7 @@ (i31.get_u (ref.null i31)) ) (func (export "get_s-null") (result i32) - (i31.get_u (ref.null i31)) + (i31.get_s (ref.null i31)) ) (global $i (ref i31) (ref.i31 (i32.const 2)))