Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some more tweaks
  • Loading branch information
lizmat committed Sep 2, 2014
1 parent 447e63c commit c738362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-types/WHICH.t
Expand Up @@ -43,7 +43,6 @@ my @normal = <
HyperWhatever
IO::ArgFiles
IO::Handle
IO::Notification
IO::Path
IO::Path::Cygwin
IO::Path::QNX
Expand Down Expand Up @@ -309,7 +308,7 @@ for @normal -> $class {
}

for @concurrent -> $class {
#?rakudo.parrot skip 2 'NYI on parrot'
#?rakudo.parrot 2 skip 'NYI on parrot'
is ::($class).WHICH, $class, "checking $class.WHICH";
is ::($class).WHICH.WHAT.perl, 'ObjAt', "$class returns an ObjAt";
}

0 comments on commit c738362

Please sign in to comment.