Skip to content

Commit

Permalink
Auto merge of rust-lang#2563 - RalfJung:nodep, r=RalfJung
Browse files Browse the repository at this point in the history
run all extern-so tests consistently without dependencies
  • Loading branch information
bors committed Sep 24, 2022
2 parents 0d5748e + 2b3d760 commit 6872a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/tests/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ fn main() -> Result<()> {
ui(Mode::Fail { require_patterns: true }, "tests/fail", WithDependencies)?;
if cfg!(target_os = "linux") {
ui(Mode::Pass, "tests/extern-so/pass", WithoutDependencies)?;
ui(Mode::Fail { require_patterns: true }, "tests/extern-so/fail", WithDependencies)?;
ui(Mode::Fail { require_patterns: true }, "tests/extern-so/fail", WithoutDependencies)?;
}

Ok(())
Expand Down

0 comments on commit 6872a70

Please sign in to comment.