From: Yves Orton Date: Sat, 17 Dec 2005 17:23:23 +0000 (+0100) Subject: Un-TODO a fixed test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f5010f268a8de0d9ea78da367041150ef2777f4;p=p5sagit%2Fp5-mst-13.2.git Un-TODO a fixed test Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> p4raw-id: //depot/perl@26399 --- diff --git a/t/op/pat.t b/t/op/pat.t index dff0b65..ced35e3 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -3420,7 +3420,7 @@ ok(("foba ba$s" =~ qr/(foo|BaSS|bar)/i) $s = $1; $s = $2; ok($s eq 'cd', - "# TODO assigning to original string should not corrupt match vars"); + "# assigning to original string should not corrupt match vars"); } # last test 1195