Skip to content

Commit

Permalink
Enable a test for .. in range patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Oct 2, 2014
1 parent d53874e commit 45fd7cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/compile-fail/pat-range-bad-dots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-test

pub fn main() {
match 22i {
0 .. 3 => {} //~ ERROR expected `=>`, found `..`
Expand Down

0 comments on commit 45fd7cd

Please sign in to comment.