Skip to content

Commit

Permalink
Add test for RT #120561
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Oct 25, 2014
1 parent e8f5737 commit babf768
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion S10-packages/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v6;

use Test;

plan 62;
plan 63;

my regex fairly_conclusive_platform_error {:i ^\N* <<Null?>>}

Expand Down Expand Up @@ -276,4 +276,11 @@ eval_dies_ok q[
'autovivification works with nested "use" directives (import from two nested files)';
}

# RT #120561
#?rakudo.parrot skip 'RT #120561'
{
lives_ok { use lib "{$?FILE.path.directory}/t/spec/packages" },
'no Null PMC access with "use lib $double_quoted_string"';
}

# vim: ft=perl6

0 comments on commit babf768

Please sign in to comment.