xo-gc: generation -> Generation + bugfix idle test
This commit is contained in:
parent
3806b46ea1
commit
af96e82c21
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ namespace xo {
|
|||
using xo::mm::AGCObject;
|
||||
using xo::mm::DArena;
|
||||
using xo::mm::DX1Collector;
|
||||
using xo::mm::generation;
|
||||
using xo::mm::Generation;
|
||||
using xo::mm::X1CollectorConfig;
|
||||
using xo::mm::CollectorTypeRegistry;
|
||||
using xo::mm::MemorySizeInfo;
|
||||
|
|
@ -241,7 +241,7 @@ namespace xo {
|
|||
if (fixture->gc_flag_) {
|
||||
REQUIRE(expr_gc);
|
||||
|
||||
expr_gc.request_gc(generation(2));
|
||||
expr_gc.request_gc(Generation(2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue