From: Rafael Garcia-Suarez Date: Tue, 6 Jan 2004 07:56:25 +0000 (+0000) Subject: This TODO test seems to pass now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfcd312abd5f0026fde0adbcfd69a03581f5f713;p=p5sagit%2Fp5-mst-13.2.git This TODO test seems to pass now. p4raw-id: //depot/perl@22075 --- diff --git a/t/op/write.t b/t/op/write.t index 2e90b39..1b7fc04 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -351,7 +351,7 @@ $= = 10; ? "ok $test\n" : "not ok $test # TODO \$- = $- instead of 9\n"; $test++; print $^ ne "Comment_TOP" - ? "ok $test\n" : "not ok $test # TODO \$^ = $^ instead of 'STDOUT_TOP'\n"; + ? "ok $test\n" : "not ok $test\n# \$^ = $^ instead of 'STDOUT_TOP'\n"; $test++; }