Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge now passing label tests
  • Loading branch information
FROGGS committed May 21, 2014
1 parent 3ef752a commit 31ccb4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions S04-statements/last.t
Expand Up @@ -67,7 +67,6 @@ plan 8;
}

#?pugs skip 'last LABEL'
#?rakudo skip 'last LABEL'
{
my $var = 0;
DONE: for (1..2) {
Expand All @@ -89,7 +88,6 @@ plan 8;
}

#?pugs skip 'last LABEL'
#?rakudo skip 'last LABEL'
{
my $var = 0;
OUT: for (1..2) {
Expand Down
2 changes: 0 additions & 2 deletions S04-statements/next.t
Expand Up @@ -54,7 +54,6 @@ plan 12;
);
}

#?rakudo skip 'next BLOCK'
#?pugs skip 'next BLOCK'
{
my $tracker="err";
Expand All @@ -74,7 +73,6 @@ plan 12;
);
}

#?rakudo skip 'next LOOP'
#?pugs skip 'next LOOP'
{
my $tracker="err";
Expand Down

0 comments on commit 31ccb4c

Please sign in to comment.