Skip to content

Commit

Permalink
Slightly extend a test
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Jul 15, 2023
1 parent 4c324f3 commit 719b145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ fn forever_terminates_when_closed() {
controller.close();

thread.join().unwrap();

assert!(stopped.load(Ordering::SeqCst));
}

// A reproducer for #16: if we had the mio-support enabled (which is enabled also by the
Expand Down

0 comments on commit 719b145

Please sign in to comment.