Changeset 22029
- Timestamp:
- 08/24/08 17:47:44 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S16-io/basic-open.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S16-io/basic-open.t
r21879 r22029 29 29 30 30 # test that we can interate over =$fh 31 #?rakudo skip 'prefix:= not working without lazy-lists'32 31 { 33 32 my $fh = open('t/spec/S16-io/test-data'); … … 42 41 43 42 # test that we can get all items in list context: 44 #?rakudo skip 'prefix:= not working without lazy-lists'45 43 { 46 44 my $fh = open('t/spec/S16-io/test-data');
