Skip to content

Commit 6bafc92

Browse files
committed
Remove troublesome "use lib '.'"
... which lead to failing tests on rakudo.jvm
1 parent 0588402 commit 6bafc92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S11-modules/require.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
use v6;
22

3-
use lib '.';
4-
53
my $required-Test = (require Test <&plan &is &lives-ok &skip &todo>);
64

75
plan 17;

0 commit comments

Comments
 (0)