summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-eval/ref_to_int_match.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-eval/ref_to_int_match.rs')
-rw-r--r--tests/ui/consts/const-eval/ref_to_int_match.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/const-eval/ref_to_int_match.rs b/tests/ui/consts/const-eval/ref_to_int_match.rs
index 70c6e7d94..a2dabde25 100644
--- a/tests/ui/consts/const-eval/ref_to_int_match.rs
+++ b/tests/ui/consts/const-eval/ref_to_int_match.rs
@@ -5,7 +5,6 @@ fn main() {
match n {
0..=10 => {},
10..=BAR => {}, //~ ERROR could not evaluate constant pattern
- //~| ERROR could not evaluate constant pattern
_ => {},
}
}