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