diff options
Diffstat (limited to 'src/libstd/io/stdio.rs')
| -rw-r--r-- | src/libstd/io/stdio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 42fad701533..a9dab8191fd 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -418,7 +418,7 @@ pub fn _print(args: fmt::Arguments) { } #[cfg(test)] -mod test { +mod tests { use thread; use super::*; |
