Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/roast
  • Loading branch information
Jimmy Zhuo committed Feb 23, 2011
2 parents ff620eb + 5ac6379 commit c907b99
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 c907b99

Please sign in to comment.