Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge Parcel related tests for niecza
  • Loading branch information
moritz committed Mar 5, 2011
1 parent c95cb9a commit 9040c15
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion S02-literals/string-interpolation.t
Expand Up @@ -27,7 +27,6 @@ plan 10;

# RT #76234
#?rakudo todo "RT 76234, Nil stringy interpolation"
#?niecza skip 'Nil stringification'
is "{}", '', 'Interpolating an empty block is cool';
}

Expand Down
1 change: 0 additions & 1 deletion S04-statement-modifiers/if.t
Expand Up @@ -58,7 +58,6 @@ plan 11;
ok $ok, "condition in statement level respects context"
}

#?niecza skip 'Nil issues'
{
my $x = (3 if 1);
my $y = (3 if 0);
Expand Down
1 change: 0 additions & 1 deletion S04-statements/return.t
Expand Up @@ -46,7 +46,6 @@ is( try { sub foo { my $x = 1; while $x-- { return 24; }; return 42; }; foo() },
eval_dies_ok('do {return 5}', 'cannot return out of a do block');
}

#?niecza skip 'parcel stringification'
{
# In an ancient version of pugs the sub below didn't return anything
sub list_return { return (42, 1) }
Expand Down

0 comments on commit 9040c15

Please sign in to comment.