Skip to content

Commit

Permalink
Fix fileinput test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ILyoan committed Apr 4, 2013
1 parent fac0d9d commit 53232f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/fileinput.rs
Expand Up @@ -534,7 +534,7 @@ mod test {
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(), ~[]);
Expand Down

5 comments on commit 53232f7

@bors
Copy link
Contributor

@bors bors commented on 53232f7 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at ILyoan@53232f7

@bors
Copy link
Contributor

@bors bors commented on 53232f7 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging ILyoan/rust/main_name = 53232f7 into auto

@bors
Copy link
Contributor

@bors bors commented on 53232f7 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ILyoan/rust/main_name = 53232f7 merged ok, testing candidate = af1baa3

@bors
Copy link
Contributor

@bors bors commented on 53232f7 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 53232f7 Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = af1baa3

Please sign in to comment.