Skip to content

Commit

Permalink
fix and unfudge test for {YOU_ARE_HERE}, RT #115372
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Apr 8, 2015
1 parent e085231 commit 47b74d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S04-blocks-and-statements/pointy.t
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ lives_ok {my $x = -> {}; my $y = $x(); },
}

# RT #115372
#?rakudo.moar todo 'RT #115372'
{
throws_like q[say -> {YOU_ARE_HERE}], X::Method::NotFound,
throws_like q[say -> {YOU_ARE_HERE}], X::Undeclared::Symbols,
'no Segfault when putting YOU_ARE_HERE marker in a pointy block';
}

Expand Down

0 comments on commit 47b74d0

Please sign in to comment.