Skip to content

Commit 13e020f

Browse files
committed
niecza fudge
1 parent a299b31 commit 13e020f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

S12-introspection/can.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ my $pup = Puppy.new();
101101
#?niecza todo
102102
ok Str.can('split') ~~ /split/, 'return value of .can stringifies sensibly';
103103

104+
#?niecza skip "No match"
104105
{
105106
# RT #76882
106107
my class A {

S16-filehandles/io.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ $out.say("Foo Bar Baz");
250250
$out.say("The End");
251251
$out.close;
252252

253-
#?niecza todo 'Cannot open file straight from $filename.IO.get'
253+
#?niecza skip 'IO.close'
254254
{
255255
my $line;
256256
my $io = $filename.IO;

0 commit comments

Comments
 (0)