From 484d3f23ac039f35f4a0544a04df007568cb64a1 Mon Sep 17 00:00:00 2001 From: dsm9000 <141950989+dsm9000@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:00:10 -0400 Subject: [PATCH] extend() misc. corrections --- sdlib/d/gc/tcache.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdlib/d/gc/tcache.d b/sdlib/d/gc/tcache.d index 267032c38..d23e764be 100644 --- a/sdlib/d/gc/tcache.d +++ b/sdlib/d/gc/tcache.d @@ -439,7 +439,7 @@ unittest getCapacity { assert(threadCache.getCapacity(p5[0 .. 16000]) == 20480); } -unittest Extend { +unittest extend { auto nonAppendable = threadCache.alloc(100, false); // Attempt to extend a non-appendable: