Skip to content

Commit

Permalink
untodo a now passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 21, 2012
1 parent d98cf79 commit 50b3dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-match/capturing-contexts.t
Expand Up @@ -123,7 +123,6 @@ is_run( q{'aa' ~~ /(.)$1/},
$/ = Any;
lives_ok { $0 },
'$0 accessible when $/ is undefined';
#?rakudo todo 'RT 72956'
ok $0 === Any,
'$0 is Any when $/ is undefined';
nok $0.defined, '$0 is undefined';
Expand Down

0 comments on commit 50b3dbc

Please sign in to comment.