Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge block $a vs $^a on JVM and Parrot
They're throwing like AdHoc, not X::Placeholder::NonPlaceholder
  • Loading branch information
lizmat committed Dec 22, 2014
1 parent 8694d0b commit bccc45e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S06-signature/positional-placeholders.t
Expand Up @@ -63,6 +63,8 @@ throws_like 'my $a; sub weird{ $a = 42; $^a * 2 }', X::Placeholder::NonPlacehold
;

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

0 comments on commit bccc45e

Please sign in to comment.