Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/.path.directory/.IO.dirname/
  • Loading branch information
lizmat committed Nov 29, 2014
1 parent 3c44a25 commit 4d13580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S10-packages/basic.t
Expand Up @@ -279,7 +279,7 @@ eval_dies_ok q[
# RT #120561
#?rakudo.parrot skip 'RT #120561'
{
lives_ok { use lib "{$?FILE.path.directory}/t/spec/packages" },
lives_ok { use lib "$?FILE.IO.dirname()/t/spec/packages" },
'no Null PMC access with "use lib $double_quoted_string"';
}

Expand Down

0 comments on commit 4d13580

Please sign in to comment.