We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60bbb0 commit 93077f3Copy full SHA for 93077f3
src/tools/compiletest/src/runtest.rs
@@ -260,7 +260,7 @@ pub fn compute_stamp_hash(config: &Config) -> String {
260
env::var_os("PYTHONPATH").hash(&mut hash);
261
}
262
263
- if let Ui | RunPass | Incremental = config.mode {
+ if let Ui | RunPass | Incremental | Pretty = config.mode {
264
config.force_pass_mode.hash(&mut hash);
265
266
0 commit comments