Skip to content

Commit

Permalink
Collapse let bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Aug 13, 2018
1 parent 0c89a74 commit e0b9e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testsuite/build_script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3554,8 +3554,7 @@ fn rename_with_link_search_path() {
// the `p` project. On OSX the `libfoo.dylib` artifact references the
// original path in `p` so we want to make sure that it can't find it (hence
// the deletion).
let root = p.root();
let root = root.join("target").join("debug").join("deps");
let root = p.root().join("target").join("debug").join("deps");
let file = format!("{}foo{}", env::consts::DLL_PREFIX, env::consts::DLL_SUFFIX);
let src = root.join(&file);

Expand Down

0 comments on commit e0b9e43

Please sign in to comment.