xo-gc: + execute_gc() scaffold

This commit is contained in:
Roland Conybeare 2026-01-03 00:19:26 -05:00
commit dd3185fb1a

View file

@ -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);