Added comment above Mode::RunPass noting that it now behaves like Mode::Ui.

This commit is contained in:
Felix S. Klock II 2018-09-19 11:21:28 +02:00
parent 1eb8690cf3
commit 23e7e78209

View file

@ -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,