Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
label and extend tests for RT #102256
  • Loading branch information
moritz committed Oct 26, 2011
1 parent 29a84dc commit 45800f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S02-types/native.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 21;
plan 22;

{
my int $x;
Expand Down Expand Up @@ -69,7 +69,9 @@ plan 21;
}

# methods on native type objects
# RT #102256
{
isa_ok int, Mu, 'int ~~ Mu';
is num.gist, 'num()', 'num.gist';
nok str.defined, 'str.defined';
}
Expand Down

0 comments on commit 45800f1

Please sign in to comment.