Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
niecza fudge
  • Loading branch information
coke committed Sep 28, 2013
1 parent a299b31 commit 13e020f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions S12-introspection/can.t
Expand Up @@ -101,6 +101,7 @@ my $pup = Puppy.new();
#?niecza todo
ok Str.can('split') ~~ /split/, 'return value of .can stringifies sensibly';

#?niecza skip "No match"
{
# RT #76882
my class A {
Expand Down
2 changes: 1 addition & 1 deletion S16-filehandles/io.t
Expand Up @@ -250,7 +250,7 @@ $out.say("Foo Bar Baz");
$out.say("The End");
$out.close;

#?niecza todo 'Cannot open file straight from $filename.IO.get'
#?niecza skip 'IO.close'
{
my $line;
my $io = $filename.IO;
Expand Down

0 comments on commit 13e020f

Please sign in to comment.