We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbe61b commit d49f22bCopy full SHA for d49f22b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 831d861d8440ac7613dca6175485fc70941d1866
+refs/heads/master: ed5a962d6f1b9701b87b5e7e1200c7b6e0dd14b0
trunk/src/comp/back/rpath.rs
@@ -227,7 +227,7 @@ mod test {
227
#[test]
228
fn test_prefix_rpath_abs() {
229
let res = get_install_prefix_rpath("/usr/lib", "triple");
230
- assert str::starts_with(res, "/");
+ assert fs::path_is_absolute(res);
231
}
232
233
0 commit comments