about summary refs log tree commit diff
path: root/src/test/ui/reachable
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-02 13:20:06 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-13 23:28:03 +0200
commit812656dc9543a16c27cf0a5aad1171ea3cc01a0d (patch)
treeb4e26e883a801b83584cb1a6b2278728a7efdacd /src/test/ui/reachable
parent9c2bfcbea2d7fff10e608b495d76f24f441999b9 (diff)
downloadrust-812656dc9543a16c27cf0a5aad1171ea3cc01a0d.tar.gz
rust-812656dc9543a16c27cf0a5aad1171ea3cc01a0d.zip
Rename must-compile-successfully into compile-pass
Diffstat (limited to 'src/test/ui/reachable')
-rw-r--r--src/test/ui/reachable/expr_andand.rs2
-rw-r--r--src/test/ui/reachable/expr_oror.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/reachable/expr_andand.rs b/src/test/ui/reachable/expr_andand.rs
index 7d74daaa6ee..c5206eec672 100644
--- a/src/test/ui/reachable/expr_andand.rs
+++ b/src/test/ui/reachable/expr_andand.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// must-compile-successfully
+// compile-pass
 
 #![allow(unused_variables)]
 #![allow(dead_code)]
diff --git a/src/test/ui/reachable/expr_oror.rs b/src/test/ui/reachable/expr_oror.rs
index ab0b71f0781..0adec9999dc 100644
--- a/src/test/ui/reachable/expr_oror.rs
+++ b/src/test/ui/reachable/expr_oror.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// must-compile-successfully
+// compile-pass
 
 #![allow(unused_variables)]
 #![allow(dead_code)]