Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss StrPos/StrLen type existence tests.
  • Loading branch information
jnthn committed Jun 6, 2015
1 parent eaa9001 commit e54c762
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions S02-types/declare.t
Expand Up @@ -4,7 +4,7 @@ use Test;
# see if you can declare the various built-in types
# a broad but not in depth test of the existence of various types

plan 80;
plan 78;

# L<S02/"Built-in Type Conventions"/"Built-in object types start with an uppercase letter">

Expand Down Expand Up @@ -166,26 +166,11 @@ plan 80;
isa-ok($nacpoi, buf);
}

# StrPos StrLen uint Nil Whatever Mu Failure
# uint Nil Whatever Mu Failure
# Exception Range Bag Signature Capture Blob Instant Duration
# Keyhash SetHash BagHash Pair Mapping IO Routine Sub Method
# Submethod Macro Match Package Module Class Role Grammar Any

#?rakudo skip 'StrPos NYI RT #124468'
#?niecza skip 'StrPos NYI'
{
my StrPos $pa;
isa-ok($pa,StrPos );
}


#?rakudo skip 'StrLen NYI RT #124469'
#?niecza skip 'StrLen NYI'
{
my StrLen $re;
isa-ok($re,StrLen );
}

#?niecza skip 'No value for parameter $l in infix:<===>'
{
my Nil $ci;
Expand Down

0 comments on commit e54c762

Please sign in to comment.