1
Fork 0
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:
Roy Ivy III 2020-08-08 22:46:12 -05:00
parent c3893edf94
commit c7cb5cbc37

View file

@ -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};