Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests for RT #100746.
  • Loading branch information
jnthn committed Apr 28, 2015
1 parent 8c29100 commit 59e1e9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions S04-statement-modifiers/for.t
Expand Up @@ -125,8 +125,6 @@ is ((sub r { "OH HAI" })() for 5), "OH HAI", 'Anon sub in statement modifier for
}

# RT #100746
#?rakudo.moar todo "RT #100746"
#?rakudo.jvm todo "RT #100746"
{
$_ = 'bogus';
my @r = gather { take "{$_}" for <cool but dry> }
Expand Down
2 changes: 0 additions & 2 deletions S04-statement-modifiers/given.t
Expand Up @@ -43,8 +43,6 @@ plan 8;
}

# RT #100746
#?rakudo.moar todo "RT #100746"
#?rakudo.jvm todo "RT #100746"
{
$_ = 'bogus';
my @r = gather { take "{$_}" given 'cool' }
Expand Down

0 comments on commit 59e1e9d

Please sign in to comment.