From 50b3dbca10dca7fff9d9f7fe7dc2d4e10e473ade Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 21 Apr 2012 12:04:17 +0200 Subject: [PATCH] untodo a now passing test --- S05-match/capturing-contexts.t | 1 - 1 file changed, 1 deletion(-) diff --git a/S05-match/capturing-contexts.t b/S05-match/capturing-contexts.t index 4721bae27a..73390e4cb4 100644 --- a/S05-match/capturing-contexts.t +++ b/S05-match/capturing-contexts.t @@ -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';