about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2018-09-19 11:21:28 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2018-09-21 16:21:40 +0200
commit23e7e7820918452f1bd25cee9eff8d46b0236427 (patch)
tree790878d30cbf37314f8217581d61d196ce88f4b1 /src
parent1eb8690cf3082502e9ffafa4bb8cf46e758a3978 (diff)
downloadrust-23e7e7820918452f1bd25cee9eff8d46b0236427.tar.gz
rust-23e7e7820918452f1bd25cee9eff8d46b0236427.zip
Added comment above `Mode::RunPass` noting that it now behaves like `Mode::Ui`.
Diffstat (limited to 'src')
-rw-r--r--src/tools/compiletest/src/common.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/common.rs b/src/tools/compiletest/src/common.rs
index 6679ec79c1d..a4d839275c3 100644
--- a/src/tools/compiletest/src/common.rs
+++ b/src/tools/compiletest/src/common.rs
@@ -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,