Skip to content

Commit b7b486b

Browse files
committed
import the EXPORTHOW declarators for EVAL tests
1 parent 8895d82 commit b7b486b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S12-meta/exporthow.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ throws-like { EVAL 'use t::spec::S12-meta::InvalidDirective;' },
1616

1717
#?rakudo skip 'RT #126759'
1818
{
19+
use t::spec::S12-meta::Supersede1;
1920
EVAL q|
2021
class ActEval { }
2122
is ActEval.^tryit,'pony','supersede works in EVAL';
@@ -40,6 +41,7 @@ throws-like { EVAL 'use t::spec::S12-meta::Supersede1;
4041

4142
#?rakudo skip 'RT #126759'
4243
{
44+
use t::spec::S12-meta::Declare;
4345
EVAL q|
4446
controller TestEval { }
4547
ok TestEval ~~ Controller,'declarator works inside EVAL';

0 commit comments

Comments
 (0)