From 45fd7cd3592d4cc400cbb3d47e869814de98220c Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Thu, 2 Oct 2014 17:35:20 +1300 Subject: [PATCH] Enable a test for .. in range patterns. --- src/test/compile-fail/pat-range-bad-dots.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/compile-fail/pat-range-bad-dots.rs b/src/test/compile-fail/pat-range-bad-dots.rs index b3c436f6d2b67..5605caaeeeda6 100644 --- a/src/test/compile-fail/pat-range-bad-dots.rs +++ b/src/test/compile-fail/pat-range-bad-dots.rs @@ -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 `..`