Enable a test for .. in range patterns.

This commit is contained in:
Nick Cameron 2014-10-02 17:35:20 +13:00
parent d53874eccf
commit 45fd7cd359

View File

@ -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 `..`