diff options
| -rw-r--r-- | src/bootstrap/test.rs | 4 |
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 { |
