trivial cfg(bootstrap) changes
This commit is contained in:
parent
e96538aeeb
commit
181d28bb61
42 changed files with 176 additions and 314 deletions
|
|
@ -1019,7 +1019,6 @@ impl Tester for Collector {
|
|||
Ignore::None => false,
|
||||
Ignore::Some(ref ignores) => ignores.iter().any(|s| target_str.contains(s)),
|
||||
},
|
||||
#[cfg(not(bootstrap))]
|
||||
ignore_message: None,
|
||||
// compiler failures are test failures
|
||||
should_panic: test::ShouldPanic::No,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue