Skip to content

Commit

Permalink
Fix attribute name.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Sep 3, 2024
1 parent e837cab commit a8cb0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stdin_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use iof::{stdin, ReadInto};
use ntest::timeout;

#[test]
#[cfg_attr(miri, ignored)]
#[cfg_attr(miri, ignore)]
#[timeout(100)]
#[should_panic]
fn reentry_stdin() {
Expand Down

0 comments on commit a8cb0a0

Please sign in to comment.