mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Hopefully make test_prefix_rpath_abs work on win32
This commit is contained in:
parent
831d861d84
commit
ed5a962d6f
@ -227,7 +227,7 @@ mod test {
|
||||
#[test]
|
||||
fn test_prefix_rpath_abs() {
|
||||
let res = get_install_prefix_rpath("/usr/lib", "triple");
|
||||
assert str::starts_with(res, "/");
|
||||
assert fs::path_is_absolute(res);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user