summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0030.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0030.rs')
-rw-r--r--tests/ui/error-codes/E0030.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0030.rs b/tests/ui/error-codes/E0030.rs
index a5d8f8726..58d856b7c 100644
--- a/tests/ui/error-codes/E0030.rs
+++ b/tests/ui/error-codes/E0030.rs
@@ -2,6 +2,5 @@ fn main() {
match 5u32 {
1000 ..= 5 => {}
//~^ ERROR lower range bound must be less than or equal to upper
- //~| ERROR lower range bound must be less than or equal to upper
}
}