Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S10-packages] Test for RT 80856
  • Loading branch information
kyleha committed Dec 23, 2010
1 parent a0b2612 commit fef3dcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion S10-packages/basic.t
Expand Up @@ -4,7 +4,7 @@ use v6;

use Test;

plan 52;
plan 53;

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

Expand Down Expand Up @@ -219,4 +219,8 @@ eval_lives_ok q' module MapTester { (1, 2, 3).map: { $_ } } ',
'package Foo; is indicator for Perl 5 code';
}

#?rakudo todo 'RT 80856'
eval_dies_ok 'module RT80856 is not_RT80856 {}',
'die if module "is" a nonexistent';

# vim: ft=perl6

0 comments on commit fef3dcc

Please sign in to comment.