fix: not(target_os = "windows")

master
Jesper Håkansson 7 years ago
parent 37dac09ce5
commit 10080c2794
  1. 2
      binary-install/tests/path.rs

@ -24,7 +24,7 @@ fn get_tests_bin_path() -> PathBuf {
}
#[test]
#[cfg(not(target_ = "wasm32"))]
#[cfg(not(target_os = "windows"))]
fn get_local_bin_path_should_return_a_path() {
let crate_path = Path::new("");

Loading…
Cancel
Save