Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss tests for now-gone string-related types.
  • Loading branch information
jnthn committed Jun 6, 2015
1 parent 70bbf2d commit 472834a
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 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 78;
plan 72;

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

Expand Down Expand Up @@ -348,50 +348,6 @@ plan 78;
isa-ok($krati, Proxy);
}

# CharLingua Byte Char AnyChar

#?rakudo skip 'Char NYI RT #124471'
#?niecza skip 'Char NYI'
{
my Char $pav;
isa-ok($pav, Char);
}

#?rakudo skip 'Byte NYI RT #124472'
#?niecza skip 'Byte NYI'
{
my Byte $biv;
isa-ok($biv, Byte);
}

#?rakudo skip 'AnyChar NYI RT #124473'
#?niecza skip 'AnyChar NYI'
{
my AnyChar $lerfu;
isa-ok($lerfu, AnyChar);
}

#?rakudo skip 'CharLingua NYI RT #124474'
#?niecza skip 'CharLingua NYI'
{
my CharLingua $lerfu;
isa-ok($lerfu, CharLingua );
}

#?rakudo skip 'Codepoint NYI RT #124475'
#?niecza skip 'Codepoint NYI'
{
my Codepoint $cypy;
isa-ok($cypy,Codepoint );
}

#?rakudo skip 'Grapheme NYI RT #124476'
#?niecza skip 'Grapheme NYI'
{
my Grapheme $gy;
isa-ok($gy,Grapheme );
}

# Positional Associative Ordering Ordered
# KeyExtractor Comparator OrderingPair HyperWhatever

Expand Down

0 comments on commit 472834a

Please sign in to comment.