Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for wrong migration
  • Loading branch information
lizmat committed Aug 17, 2014
1 parent 89c2de2 commit 0a8f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-literals/sub-calls.t
Expand Up @@ -30,7 +30,7 @@ plan 20;
ok EVAL(q/foo(1, 2);/), 'call with two args, has parens';

throws_like { EVAL q/foo:bar; / },
X::Undeclared::Symbols,
X::AdHoc,
'call with adverb after no space';
ok EVAL(q/foo :bar; /), 'call with adverb after space';

Expand Down

0 comments on commit 0a8f13d

Please sign in to comment.