We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac0d9d commit 53232f7Copy full SHA for 53232f7
src/libstd/fileinput.rs
@@ -534,7 +534,7 @@ mod test {
534
fn test_empty_files() {
535
let filenames = pathify(vec::from_fn(
536
3,
537
- |i| fmt!("tmp/lib-fileinput-test-next-file-%u.tmp", i)),true);
+ |i| fmt!("tmp/lib-fileinput-test-empty-files-%u.tmp", i)),true);
538
539
make_file(filenames[0].get_ref(), ~[~"1", ~"2"]);
540
make_file(filenames[1].get_ref(), ~[]);
0 commit comments