Skip to content

Commit

Permalink
Add test for RT #115506
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 14, 2012
1 parent df13d54 commit 3e8347b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions S06-macros/errors.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
use v6;

use Test;

#L<S06/"Macros">

plan 1;

#RT #115506
eval_lives_ok
'macro pathological { AST.new }; pathological();',
"macro returning AST.new doesn't blow up";

# vim: ft=perl6

0 comments on commit 3e8347b

Please sign in to comment.