Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename RAKUDO_EXCEPTIONS_HANDLER
  • Loading branch information
zoffixznet committed Jul 29, 2018
1 parent e319c8d commit 7d24325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S04-exceptions/exceptions-json.t
Expand Up @@ -7,7 +7,7 @@ use Test::Util;
plan 3;

sub json-ex ($code) {
'use MONKEY-SEE-NO-EVAL; %*ENV<RAKUDO_EXCEPTIONS_HANDLER>="JSON";'
'use MONKEY-SEE-NO-EVAL; %*ENV<PERL6_EXCEPTIONS_HANDLER>="JSON";'
~ 'EVAL q|' ~ $code.subst(:g, '|', '\|') ~ '|;'
}

Expand Down

0 comments on commit 7d24325

Please sign in to comment.