Skip to content

Commit bdf6415

Browse files
committed
fixup! OS-independent paths in compile tests
1 parent 9887e42 commit bdf6415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/compile_tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ fn run_mode(mode: &'static str) {
99
config.src_base = ["tests", mode].iter().collect();
1010
// Create linker paths
1111
let mut debug_path: PathBuf = ["target", "debug"].iter().collect();
12-
debug_path = debug_path.canonicalize().expect("Not valid path");
1312
let mut deps_path: PathBuf = debug_path.clone();
1413
deps_path.push("deps");
1514

0 commit comments

Comments
 (0)