Skip to content

Commit

Permalink
Change niecza fudging.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed May 18, 2012
1 parent 942eb9e commit 781dc1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions S04-phasers/keep-undo.t
Expand Up @@ -69,6 +69,7 @@ plan 12;
is $str, 'U2 U1 ', '2 UNDO blocks triggered';
}

#?niecza skip "fail NYI"
{
my $kept = 0;
my $undone = 0;
Expand Down
3 changes: 0 additions & 3 deletions S32-str/substr-rw.t
Expand Up @@ -63,7 +63,6 @@ sub l (Int $a) { my $l = $a; return $l }
is($str, "foo ding", "lvalue ref size varies but still works");
#?pugs todo 'bug'
#?rakudo todo 'NYI'
#?niecza todo 'NYI'
is($o, " d", "other lvalue wiggled around");
};

Expand Down Expand Up @@ -92,7 +91,6 @@ sub l (Int $a) { my $l = $a; return $l }
#?pugs todo
is($str, "foo ding", "lvalue ref size varies but still works (substr-rw(Int, StrLen)).");
#?pugs todo
#?niecza todo
is($$o, " d", "other lvalue wiggled around (substr-rw(Int, StrLen)).");
}

Expand Down Expand Up @@ -126,7 +124,6 @@ sub l (Int $a) { my $l = $a; return $l }
is($str, "foo ding", "lvalue ref size varies but still works (substr-rw(Int, StrLen)).");
#?pugs todo 'bug'
#?rakudo todo 'NYI'
#?niecza todo 'NYI'
is($o, " d", "other lvalue wiggled around (substr-rw(Int, StrLen)).");
};

Expand Down

0 comments on commit 781dc1f

Please sign in to comment.