commit | 7066224af3d52565698c014b3943cf5aae047f99 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Apr 05 08:08:32 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Apr 05 08:08:32 2018 -0700 |
tree | 62f69b291aae24e0a63480bfc2d0e88c212a4551 | |
parent | 461c00a41bd0ea402df95f3e53651970ee15cf7c [diff] [blame] |
Remove placement operator from tests
diff --git a/tests/clone.sh b/tests/clone.sh index 536d01b..f6a2869 100755 --- a/tests/clone.sh +++ b/tests/clone.sh
@@ -2,7 +2,7 @@ REMOTE=rust REPO=https://github.com/rust-lang/rust -REV=80785a547d29519dbdb5781437ec318fb210b980 +REV=fb44b4c0eb1d344f84f7bb2c90f28e31a8a180be set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")"