Skip to content

Commit 4cb14ff

Browse files
committed
Unfudge test for $fh.get after $fh.seek on JVM
1 parent 08ffd2f commit 4cb14ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S32-io/open.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ LEAVE unlink PATH;
8282
ok ?$fh.write('3'.encode), 'can use :update to write to file';
8383

8484
$fh.seek(0, SeekFromBeginning);
85-
#?rakudo.jvm todo 'got 4512345'
8685
is $fh.get, '12345', 'have used :update successfully';
8786

8887
$fh.close;

0 commit comments

Comments
 (0)