Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct and unfudge tests for RT #66252
  • Loading branch information
moritz committed Feb 23, 2011
1 parent a3ccf3d commit 5ac6379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S05-match/capturing-contexts.t
Expand Up @@ -92,8 +92,7 @@ is_run( q{'aa' ~~ /(.)$1/},
# RT #66252
{
$_ = 'RT 66252';
/(R.)/;
#?rakudo 2 todo 'RT 66252'
m/(R.)/;
isa_ok $/, 'Match', 'Match object in $/ after match in void context';
is $/, 'RT', 'Matched as intended in void context';
}
Expand Down

0 comments on commit 5ac6379

Please sign in to comment.