Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
There is no Module type.
This is a confusion of object/meta-object level. Modules get ModuleHOW
as a meta-object.
  • Loading branch information
jnthn committed Jun 6, 2015
1 parent 472834a commit d9ebe60
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 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 72;
plan 71;

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

Expand Down Expand Up @@ -63,7 +63,7 @@ plan 72;
}


# mutable (container) types, such as Scalar, Array, Hash, Buf, Routine, Module
# mutable (container) types, such as Scalar, Array, Hash, Buf, Routine,
# Buf nacpoi

{
Expand Down Expand Up @@ -97,13 +97,6 @@ plan 72;
isa-ok($igeda, Stash);
}

#?rakudo skip 'Module NYI RT #124459'
#?niecza skip 'Module NYI'
{
my Module $brodu;
isa-ok($brodu, Module);
}

# non-instantiable Roles such as Callable, Failure, and Integral
{
my Callable $fancu ;
Expand Down

0 comments on commit d9ebe60

Please sign in to comment.