Skip to content

Commit 86ce9ac

Browse files
committed
---
yaml --- r: 55290 b: refs/heads/master c: 53232f7 h: refs/heads/master v: v3
1 parent 9f94878 commit 86ce9ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fac0d9d89bd55eccda2549d59b5355afdcaa783f
2+
refs/heads/master: 53232f7acfa651f14c7ed5afd5ec44da9f82eb08
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/libstd/fileinput.rs

Lines changed: 1 addition & 1 deletion
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)