Navigation Menu

Skip to content

Commit

Permalink
fix macro test to not confuse regexes and calls
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 3, 2012
1 parent a5c9497 commit 35dca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-macros/errors.t
Expand Up @@ -13,7 +13,7 @@ eval_lives_ok

#RT #115504
{
try eval 'macro m { die 1 }; m';
try eval 'macro ma { die 1 }; ma';
is $!, 1, "die-ing inside a macro dies normally.";
}

Expand Down

0 comments on commit 35dca83

Please sign in to comment.