Skip to content

Commit 53232f7

Browse files
committedApr 4, 2013
Fix fileinput test fail
1 parent fac0d9d commit 53232f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/fileinput.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ mod test {
534534
fn test_empty_files() {
535535
let filenames = pathify(vec::from_fn(
536536
3,
537-
|i| fmt!("tmp/lib-fileinput-test-next-file-%u.tmp", i)),true);
537+
|i| fmt!("tmp/lib-fileinput-test-empty-files-%u.tmp", i)),true);
538538

539539
make_file(filenames[0].get_ref(), ~[~"1", ~"2"]);
540540
make_file(filenames[1].get_ref(), ~[]);

0 commit comments

Comments
 (0)