Skip to content

Commit e2bc3a4

Browse files
committed
Fix test
1 parent a354064 commit e2bc3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scheduler/scheduler.rs

+1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ mod tests {
410410
// println!("Original: {:?}", data);
411411

412412
SCHEDULER.initialize(NUM_WORKERS, &(), VMThread::UNINITIALIZED);
413+
SCHEDULER.enable_stat();
413414
SCHEDULER.work_buckets[WorkBucketStage::Unconstrained]
414415
.add(Sort(unsafe { &mut *(data as *mut _) }));
415416
SCHEDULER.wait_for_completion();

0 commit comments

Comments
 (0)