Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove troublesome "use lib '.'"
... which lead to failing tests on rakudo.jvm
  • Loading branch information
usev6 committed Dec 13, 2015
1 parent 0588402 commit 6bafc92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S11-modules/require.t
@@ -1,7 +1,5 @@
use v6;

use lib '.';

my $required-Test = (require Test <&plan &is &lives-ok &skip &todo>);

plan 17;
Expand Down

0 comments on commit 6bafc92

Please sign in to comment.