Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge io test that succeeds now
  • Loading branch information
lizmat committed Jun 3, 2013
1 parent db118a6 commit a0cc4c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S16-filehandles/io.t
Expand Up @@ -151,7 +151,6 @@ is(+@lines8, 4, 'we got four lines from the file (lazily)');
is(@lines8[0], "Hello World", 'lines($in,3) worked in list context');
is(@lines8[1], "Foo Bar Baz", 'lines($in,3) worked in list context');
is(@lines8[2], "The End", 'lines($in,3) worked in list context');
#?rakudo todo 'nom regression'
is(@lines8[3], "and finally... Its not over yet!", 'get($in) worked after lines($in,$n)');
}

Expand Down

0 comments on commit a0cc4c2

Please sign in to comment.