Support // skip-codegen
in header of ui tests
(just like how they behaved under previous run-pass semantics)
This commit is contained in:
parent
ddb1a2afb7
commit
ae0a53a39b
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ impl<'test> TestCx<'test> {
|
|||
|
||||
fn should_run_successfully(&self) -> bool {
|
||||
match self.config.mode {
|
||||
RunPass => true,
|
||||
RunPass => !self.props.skip_codegen,
|
||||
Ui => self.props.run_pass,
|
||||
_ => unimplemented!(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue