From cde2a52fc6d679d53d1c5b72b081992d53e01c6b Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 14 Aug 2024 15:03:48 -0400 Subject: Heap type `none` requires GC (#6840) Since reference types only introduced function and extern references, all of the types in the `any` hierarchy require GC, including `none`. Fixes #6839. --- test/lit/binary/strings-nogc.test | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/lit/binary/strings-nogc.test') diff --git a/test/lit/binary/strings-nogc.test b/test/lit/binary/strings-nogc.test index 7aa21d750..23fb489a3 100644 --- a/test/lit/binary/strings-nogc.test +++ b/test/lit/binary/strings-nogc.test @@ -5,8 +5,5 @@ (module (func $0 (local $0 stringref) - (local.set $0 - (ref.null none) - ) ) ) -- cgit v1.2.3