Skip to content

Commit 719b145

Browse files
committed
Slightly extend a test
1 parent 4c324f3 commit 719b145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/iterator.rs

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ fn forever_terminates_when_closed() {
7373
controller.close();
7474

7575
thread.join().unwrap();
76+
77+
assert!(stopped.load(Ordering::SeqCst));
7678
}
7779

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

0 commit comments

Comments
 (0)