diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2023-07-30 05:45:01 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2023-07-30 05:45:01 +0000 |
| commit | a4bfcbe4d3f2a1080a70c15c1f681b9f341c882e (patch) | |
| tree | 19ce6a78de546337bb7bc803452b52f6ef99090b | |
| parent | 16816aa8590dca2759d7b86c7dd6c41f060be98c (diff) | |
| download | rust-a4bfcbe4d3f2a1080a70c15c1f681b9f341c882e.tar.gz rust-a4bfcbe4d3f2a1080a70c15c1f681b9f341c882e.zip | |
fmt
| -rw-r--r-- | src/tools/miri/tests/compiletest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/compiletest.rs b/src/tools/miri/tests/compiletest.rs index fa17923446f..8d82e6b8f9c 100644 --- a/src/tools/miri/tests/compiletest.rs +++ b/src/tools/miri/tests/compiletest.rs @@ -72,7 +72,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) -> program.args.push(flag); } - let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v !="0"); + let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v != "0"); let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some(); let output_conflict_handling = match (bless, skip_ui_checks) { |
