Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S06-macros/unquoting.t] chased exception rename
  • Loading branch information
Carl Masak committed Aug 30, 2012
1 parent 025504e commit 7210a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S06-macros/unquoting.t
Expand Up @@ -70,8 +70,9 @@ plan 9;
{ # unquotes must evaluate to ASTs
#?does 5
throws_like 'macro bohm() { quasi { {{{"not an AST"}}} } }; bohm',
X::TypeCheck::MacroUnquote,
X::TypeCheck::Splice,
got => Str,
expected => AST,
action => 'unquote evaluation',
line => 1;
}

0 comments on commit 7210a91

Please sign in to comment.