Fix incorrect default
This commit is contained in:
parent
7a55a004fa
commit
7694ca1105
@ -3212,7 +3212,7 @@ mod tests {
|
||||
assert!(reference.dep_tracking_hash() != opts.dep_tracking_hash());
|
||||
|
||||
opts = reference.clone();
|
||||
opts.debugging_opts.treat_err_as_bug = Some(1);
|
||||
opts.debugging_opts.treat_err_as_bug = Some(0);
|
||||
assert!(reference.dep_tracking_hash() != opts.dep_tracking_hash());
|
||||
|
||||
opts = reference.clone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user