Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure that these test's external files are found first
  • Loading branch information
lizmat committed May 29, 2013
1 parent 265ab23 commit 92e7ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S11-modules/nested.t
Expand Up @@ -7,7 +7,7 @@ plan 6;

# Used to be a Rakudo bug, RT #63956

BEGIN { @*INC.push('t/spec/packages/') };
BEGIN { @*INC.unshift('t/spec/packages/') };

eval_lives_ok 'use A::A', 'Can load classes from nested modules';
eval_lives_ok 'use A::A; A::B::D ~~ A::B::B or die()',
Expand Down

0 comments on commit 92e7ba5

Please sign in to comment.