about summary refs log tree commit diff
path: root/src/test/ui/const-pattern-not-const-evaluable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-pattern-not-const-evaluable.rs')
-rw-r--r--src/test/ui/const-pattern-not-const-evaluable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-pattern-not-const-evaluable.rs b/src/test/ui/const-pattern-not-const-evaluable.rs
index 09b24d1ffa2..87d5e13df6e 100644
--- a/src/test/ui/const-pattern-not-const-evaluable.rs
+++ b/src/test/ui/const-pattern-not-const-evaluable.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
 
 #![feature(const_fn)]