Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #123470 unfudge now passing test
  • Loading branch information
FROGGS committed Dec 21, 2014
1 parent 63fcaaa commit 8694d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S06-signature/positional-placeholders.t
Expand Up @@ -59,9 +59,10 @@ eval_dies_ok ' {my $foo; $^foo;}(1) ', 'my $foo; $^foo; is an illegal redeclarat
throws_like 'my $a; sub weird{ $a = 42; $^a * 2 }', X::Placeholder::NonPlaceholder,
:variable_name<$a>,
:placeholder<$^a>,
:decl<sub>,
;

#?rakudo todo 'RT 123470'
# RT #123470
throws_like 'my $a; my $block = { $a = 42; $^a * 2 }', X::Placeholder::NonPlaceholder,
:variable_name<$a>,
:placeholder<$^a>,
Expand Down

0 comments on commit 8694d0b

Please sign in to comment.