Added comment above Mode::RunPass noting that it now behaves like Mode::Ui.
This commit is contained in:
parent
1eb8690cf3
commit
23e7e78209
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ pub enum Mode {
|
|||
CompileFail,
|
||||
ParseFail,
|
||||
RunFail,
|
||||
/// This now behaves like a `ui` test that has an implict `// run-pass`.
|
||||
RunPass,
|
||||
RunPassValgrind,
|
||||
Pretty,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue