Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Makoto-Tomokiyo committed May 2, 2024
1 parent 5ac4374 commit 91aaad6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,5 @@ mod tests {
println!("(Round {}) Query {}/{} ok.", rnd + 1, i + 1, ngraphs);
}
}
// println!("Queued {} queries.", qid.lock().await.load(Ordering::SeqCst));
// make sure no more tasks remain
assert!(Arc::clone(&queue).lock().await.next_task().await.is_none());
assert!(queue.lock().await.size() == 0);
println!("Finished {:?} tasks.", nplans);
}
}

0 comments on commit 91aaad6

Please sign in to comment.