rollup merge of #23786: alexcrichton/less-quotes
Conflicts: src/test/auxiliary/static-function-pointer-aux.rs src/test/auxiliary/trait_default_method_xc_aux.rs src/test/run-pass/issue-4545.rs
This commit is contained in:
commit
d3a4f362cb
100 changed files with 259 additions and 300 deletions
|
|
@ -224,7 +224,7 @@ fn runtest(test: &str, cratename: &str, libs: SearchPaths,
|
|||
// environment to ensure that the target loads the right libraries at
|
||||
// runtime. It would be a sad day if the *host* libraries were loaded as a
|
||||
// mistake.
|
||||
let mut cmd = Command::new(&outdir.path().join("rust-out"));
|
||||
let mut cmd = Command::new(&outdir.path().join("rust_out"));
|
||||
let var = DynamicLibrary::envvar();
|
||||
let newpath = {
|
||||
let path = env::var_os(var).unwrap_or(OsString::new());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue