about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-05-30 12:35:01 +0200
committerRalf Jung <post@ralfj.de>2022-05-30 12:35:01 +0200
commit962d54e5e8e58319ebaea389ab1314d3367c594d (patch)
tree9917e41ae4464f7265095b668f2e26340bd60fcd
parent3c6693967149a176735c72e54df2e9350ab45f10 (diff)
downloadrust-962d54e5e8e58319ebaea389ab1314d3367c594d.tar.gz
rust-962d54e5e8e58319ebaea389ab1314d3367c594d.zip
be less redundant redundant
-rw-r--r--src/bootstrap/test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
index 30e577a5172..b71bf62fe45 100644
--- a/src/bootstrap/test.rs
+++ b/src/bootstrap/test.rs
@@ -572,10 +572,6 @@ impl Step for Miri {
                 return;
             }
 
-            if !try_run(builder, &mut cargo) {
-                return;
-            }
-
             // # Done!
             builder.save_toolstate("miri", ToolState::TestPass);
         } else {