Skip to content

Commit

Permalink
Correct a test with non-STD expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 16, 2012
1 parent 0296255 commit 7bec724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-literals/sub-calls.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ plan 20;
ok eval(q/foo 1, 2; /), 'call with two args, no parens';
ok eval(q/foo(1, 2);/), 'call with two args, has parens';

#?niecza skip 'Undeclared routine "foo:bar"'
ok eval(q/foo:bar; /), 'call with adverb after no space';
dies_ok { eval(q/foo:bar; /) }, 'call with adverb after no space';
ok eval(q/foo :bar; /), 'call with adverb after space';

ok eval(q/foo(:bar); /), 'call with adverb in parens';
Expand Down

0 comments on commit 7bec724

Please sign in to comment.