Skip to content

Commit 960fde0

Browse files
committed
Untodo passing test
1 parent ea25fa5 commit 960fde0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/advent2009-day20.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ is &foo.name, 'foo', 'Introspecting subroutine name';
1111
my $bar = &foo;
1212
is $bar.name, 'foo', 'Introspecting subroutine for a sub assigned to a scalar';
1313

14-
#?rakudo todo 'fixed in eac1e26d6342d0d65'
1514
is &foo.signature.perl, ':(Int $i, @stuff, $blah = 5)', 'Introspecting and stringification of subroutine signature';
1615

1716
# Not sure if this is an appropriate test - as this code doesn't exist in the Advent Calendar

0 commit comments

Comments
 (0)