rustbuild: fix libtest_stamp

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou
2019-06-05 15:41:44 +02:00
parent 05083c2dee
commit e7b5586cd6
+1 -1
View File
@@ -787,7 +787,7 @@ pub fn cargo(
let libtest_stamp = match cmd {
"check" | "clippy" | "fix" => check::libtest_stamp(self, cmp, target),
_ => compile::libstd_stamp(self, cmp, target),
_ => compile::libtest_stamp(self, cmp, target),
};
let librustc_stamp = match cmd {