Fix fileinput test fail
This commit is contained in:
parent
fac0d9d89b
commit
53232f7acf
@ -534,7 +534,7 @@ fn test_input_vec_state() {
|
||||
fn test_empty_files() {
|
||||
let filenames = pathify(vec::from_fn(
|
||||
3,
|
||||
|i| fmt!("tmp/lib-fileinput-test-next-file-%u.tmp", i)),true);
|
||||
|i| fmt!("tmp/lib-fileinput-test-empty-files-%u.tmp", i)),true);
|
||||
|
||||
make_file(filenames[0].get_ref(), ~[~"1", ~"2"]);
|
||||
make_file(filenames[1].get_ref(), ~[]);
|
||||
|
Loading…
Reference in New Issue
Block a user