This is an automatically generated mail to inform you that tests are now 
available in t/spec/S03-operators/range-basic.t

commit ac7fc85b7ce813eb00872b9bafeeec025783b8e2
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date:   Sat Jun 12 11:35:25 2010 +0000

    [t/spec] unfudge tests for RT #75526
    
    git-svn-id: http://svn.pugscode.org/p...@31209 
c213334d-75ef-0310-aa23-eaa082d1ae64

diff --git a/t/spec/S03-operators/range-basic.t 
b/t/spec/S03-operators/range-basic.t
index 0b92ef1..ef0bb39 100644
--- a/t/spec/S03-operators/range-basic.t
+++ b/t/spec/S03-operators/range-basic.t
@@ -162,7 +162,6 @@ nok 'h' ~~ 'b'..'g',    "not 'h' ~~ 'b'..'g'";
 nok 0 ~~ 'a'..'g',      "not 0 ~~ 'a'..'g'";
 
 # RT#75526: [BUG] Some non-alphanumeric ranges don't work
-#?rakudo skip 'these tests hang forever'
 {
     ok ' ' ~~ ' '..' ', "' ' ~~ ' '..' '";
     ok ' ' ~~ ' '..'A', "' ' ~~ ' '..'A'";

Reply via email to