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.
2 parents 54f4176 + 4171268 commit 378a1f9Copy full SHA for 378a1f9
src/tools/compiletest/src/runtest.rs
@@ -1635,8 +1635,7 @@ impl<'test> TestCx<'test> {
1635
// executed and that don't specify their own optimization levels.
1636
// Note: aux libs don't have a pass-mode, so they won't get optimized
1637
// unless compile-flags are set in the aux file.
1638
- if self.config.optimize_tests
1639
- && self.props.pass_mode(&self.config) == Some(PassMode::Run)
+ if self.props.pass_mode(&self.config) == Some(PassMode::Run)
1640
&& !self
1641
.props
1642
.compile_flags
0 commit comments