Skip to content

Commit

Permalink
Skip some tests that complain at compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 8, 2015
1 parent 733c00f commit 860ba92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S12-coercion/coercion-types.t
Expand Up @@ -56,6 +56,7 @@ class NastyChild is Parent { };
}

# coercion types on variables
#?rakudo skip 'NYI'
{
my Int(Any) $x;
isa_ok $x, Int, 'Coercion type on variable';
Expand All @@ -65,6 +66,7 @@ class NastyChild is Parent { };
}

# methods exist, too
#?rakudo skip 'NYI'
{
class Co {
class SubCo is Co { }
Expand Down

0 comments on commit 860ba92

Please sign in to comment.