Fix incorrect default

This commit is contained in:
Esteban Kuber 2019-03-06 19:57:04 -08:00 committed by GitHub
parent 7a55a004fa
commit 7694ca1105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();