Skip to content

Commit 93077f3

Browse files
committed
Hash force_pass_mode when config.mode == Pretty.
1 parent a60bbb0 commit 93077f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pub fn compute_stamp_hash(config: &Config) -> String {
260260
env::var_os("PYTHONPATH").hash(&mut hash);
261261
}
262262

263-
if let Ui | RunPass | Incremental = config.mode {
263+
if let Ui | RunPass | Incremental | Pretty = config.mode {
264264
config.force_pass_mode.hash(&mut hash);
265265
}
266266

0 commit comments

Comments
 (0)