mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
tests ~ (sub-crate/cat) fix incorrect test attribute usage
This commit is contained in:
parent
c3893edf94
commit
c7cb5cbc37
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ fn write_nonprint_to_end<W: Write>(in_buf: &[u8], writer: &mut W, tab: &[u8]) ->
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use std::io::{stdout, BufWriter};
|
use std::io::{stdout, BufWriter};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue