File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cbd1eefbd350797b783df119fed7956d7e1c74ad
5
- refs/heads/try: a05c4a1e5f9e2c5cc718abb8aa035af565fe8b01
5
+ refs/heads/try: 8149e5c99f4fddae5d442fdedfda4c085249a12e
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -1895,8 +1895,8 @@ mod tests {
1895
1895
setenv(" USERPROFILE ", " /home/PaloAlto ");
1896
1896
assert_eq!(os::homedir(), Some(Path(" /home/MountainView ")));
1897
1897
1898
- oldhome.iter().advance(|s| { setenv(" HOME ", *s); true });
1899
- olduserprofile.iter().advance(|s| { setenv(" USERPROFILE ", *s); true });
1898
+ for s in oldhome.iter() { setenv(" HOME ", *s) }
1899
+ for s in olduserprofile.iter() { setenv(" USERPROFILE ", *s) }
1900
1900
}
1901
1901
1902
1902
#[test]
You can’t perform that action at this time.
0 commit comments