Skip to content

Commit 712b3b0

Browse files
committed
Fix test
1 parent 863af8f commit 712b3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scheduler/scheduler.rs

Lines changed: 1 addition & 0 deletions
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)