Skip to content

Commit 3a0067e

Browse files
committed
Fudge for niecza.
1 parent 86cfd86 commit 3a0067e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S06-signature/sub-ref.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ See L<S02/"Built-in Data Types"> for more information about Code, Routine, Sub,
5757
$c( 2, 3, 4, 5 );
5858

5959
#?rakudo 2 todo 'RT 63974'
60+
#?niecza 2 todo
6061
is $topic, 2, '$_ got right value for code ref';
6162
is @topic_array, ( 3, 4, 5 ), '@_ got right value in code ref';
6263
}
@@ -85,6 +86,7 @@ See L<S02/"Built-in Data Types"> for more information about Code, Routine, Sub,
8586
# Confirmed by p6l, see thread "Anonymous macros?" by Ingo Blechschmidt
8687
# L<"http://www.nntp.perl.org/group/perl.perl6.language/21825">
8788
#?rakudo skip 'macros, compile time binding'
89+
#?niecza skip 'macros NYI'
8890
{
8991
# We do all this in a eval() not because the code doesn't parse,
9092
# but because it's safer to only call macro references at compile-time.

0 commit comments

Comments
 (0)