Hopefully make test_prefix_rpath_abs work on win32

This commit is contained in:
Brian Anderson 2011-10-06 16:39:34 -07:00
parent 831d861d84
commit ed5a962d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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]