Skip to content

Commit

Permalink
Fudge for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jan 12, 2012
1 parent e14fe6a commit 63cff50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S12-construction/construction.t
Expand Up @@ -73,12 +73,14 @@ is Foo.new("a string").a, 'a string', "our own 'new' was called";
my $o = $f(<a b>);
isa_ok $o, SeqAttr, 'Created SeqAttr object';
#?rakudo todo 'Seq'
#?niecza skip 'Seq NYI'
isa_ok $o.x, Seq, '...with a Seq attribute';
is ($o.x)[0], 'a', '...with the right first element';
is ($o.x)[1], 'b', '...and the right second element.';
}

# RT #64116
#?niecza skip 'System.NullReferenceException: Object reference not set to an instance of an object'
{
class RT64116 { has %.env is rw };

Expand Down

0 comments on commit 63cff50

Please sign in to comment.