summaryrefslogtreecommitdiff
path: root/test/lit/binary/strings-nogc.test
Commit message (Collapse)AuthorAgeFilesLines
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-141-3/+0
| | | | | | Since reference types only introduced function and extern references, all of the types in the `any` hierarchy require GC, including `none`. Fixes #6839.
* Fix binary writing of strings without GC enabled (#5836)Alon Zakai2023-07-311-0/+12