summaryrefslogtreecommitdiff
path: root/t/op/write.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-06 07:56:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-06 07:56:25 +0000
commitcfcd312abd5f0026fde0adbcfd69a03581f5f713 (patch)
treee2c86b1960f469893120dd90e981271cf678d433 /t/op/write.t
parent028c96ebc8db5bddc2fee91a32f93bb4050b53cf (diff)
downloadperl-cfcd312abd5f0026fde0adbcfd69a03581f5f713.tar.gz
This TODO test seems to pass now.
p4raw-id: //depot/perl@22075
Diffstat (limited to 't/op/write.t')
-rwxr-xr-xt/op/write.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/write.t b/t/op/write.t
index 2e90b39ffd..1b7fc0476f 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++;
}