summaryrefslogtreecommitdiff
path: root/lib/warnings.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-02-05 00:13:08 +0000
committerNicholas Clark <nick@ccl4.org>2007-02-05 00:13:08 +0000
commit2bd168e2020e83ddb5d0b507120c08fb72117433 (patch)
tree96e223387db880b21a180892738771321cd4ea9c /lib/warnings.t
parent8e5f66904ddccdd9e814465548284a85b68fdec8 (diff)
downloadperl-2bd168e2020e83ddb5d0b507120c08fb72117433.tar.gz
Use the new conditional TODOs to mark as TODO the warning tests
failing due to HEKs leaked by OPs for unthreaded perls tested with a UTF-8 locale. p4raw-id: //depot/perl@30124
Diffstat (limited to 'lib/warnings.t')
-rw-r--r--lib/warnings.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/warnings.t b/lib/warnings.t
index 55e2794c7b..d03b8c52c7 100644
--- a/lib/warnings.t
+++ b/lib/warnings.t
@@ -7,4 +7,5 @@ BEGIN {
}
our $pragma_name = "warnings";
+our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
require "../t/lib/common.pl";