Skip to content

Commit

Permalink
add fudged test for RT #131112
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Apr 7, 2017
1 parent 305f206 commit 6aa2290
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions S11-modules/SetConst.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class t::spec::S11-modules::SetConst {
constant X = set < x y >;
}
4 changes: 3 additions & 1 deletion S11-modules/require.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use MONKEY-SEE-NO-EVAL;

my $required-Test = (require Test <&plan &is &lives-ok &skip &todo
&nok &throws-like &eval-lives-ok &ok>);
plan 33;
plan 34;

# RT #126100
{
Expand Down Expand Up @@ -135,5 +135,7 @@ nok ::('&bar'),"bar didn't leak";
}
}

#?rakudo todo 'RT #131112'
lives-ok {require ::("t::spec::S11-modules::SetConst") }, "require class with set constant";

# vim: ft=perl6

0 comments on commit 6aa2290

Please sign in to comment.