We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ffd2f commit 4cb14ffCopy full SHA for 4cb14ff
S32-io/open.t
@@ -82,7 +82,6 @@ LEAVE unlink PATH;
82
ok ?$fh.write('3'.encode), 'can use :update to write to file';
83
84
$fh.seek(0, SeekFromBeginning);
85
- #?rakudo.jvm todo 'got 4512345'
86
is $fh.get, '12345', 'have used :update successfully';
87
88
$fh.close;
0 commit comments