Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge a couple of spectests for BEGIN in r-value context.
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent 844bcb2 commit f25bc31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-phasers/begin.t
Expand Up @@ -8,7 +8,6 @@ plan 9;
# on things that at one point or another failed in even rather advanced
# compilers.

#?rakudo skip "Method 'returns' not found for invocant of class 'Undef'"
{
is (BEGIN { "foo" }), "foo", 'Can use BEGIN <block> as an expression';
is (BEGIN "foo" ), "foo", 'Can use BEGIN <expr> as an expression';
Expand Down

0 comments on commit f25bc31

Please sign in to comment.