From dd3185fb1a66f40aaa4ef43400cd704cd98e0d49 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 3 Jan 2026 00:19:26 -0500 Subject: [PATCH] xo-gc: + execute_gc() scaffold --- utest/X1Collector.test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/X1Collector.test.cpp b/utest/X1Collector.test.cpp index 2afe158..720711a 100644 --- a/utest/X1Collector.test.cpp +++ b/utest/X1Collector.test.cpp @@ -194,6 +194,7 @@ namespace ut { } /* no GC roots, so GC is trivial */ + c_o.request_gc(generation{1}); } catch (std::exception & ex) { std::cerr << "caught exception: " << ex.what() << std::endl; REQUIRE(false);