Changeset 22029

Show
Ignore:
Timestamp:
08/24/08 17:47:44 (3 months ago)
Author:
moritz
Message:

[t/spec] removed double fudges from basic-open.t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S16-io/basic-open.t

    r21879 r22029  
    2929 
    3030# test that we can interate over =$fh 
    31 #?rakudo skip 'prefix:= not working without lazy-lists' 
    3231{ 
    3332    my $fh =  open('t/spec/S16-io/test-data'); 
     
    4241 
    4342# test that we can get all items in list context: 
    44 #?rakudo skip 'prefix:= not working without lazy-lists' 
    4543{ 
    4644    my $fh =  open('t/spec/S16-io/test-data');