summaryrefslogtreecommitdiff
path: root/t/lib/warnings/9uninit
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2012-10-20 14:54:09 +0200
committerYves Orton <demerphq@gmail.com>2012-10-20 14:54:09 +0200
commit2a2d1992541701e8b36d3c073917241eef22f1c4 (patch)
treee47ecfa157ecc2fcf1bce30728cacd98bd18af6a /t/lib/warnings/9uninit
parent40baebf6601f1e631adc917cf1ad9f2236018158 (diff)
downloadperl-2a2d1992541701e8b36d3c073917241eef22f1c4.tar.gz
fix off-by-one error in key detection logic for uninitialized warnings
Prior to this patch we would not look at the 0th bucket.
Diffstat (limited to 't/lib/warnings/9uninit')
-rw-r--r--t/lib/warnings/9uninit1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/lib/warnings/9uninit b/t/lib/warnings/9uninit
index db5c6343e0..781d1fa4c1 100644
--- a/t/lib/warnings/9uninit
+++ b/t/lib/warnings/9uninit
@@ -2043,7 +2043,6 @@ write;
EXPECT
Use of uninitialized value $x in string at - line 6.
########
-# TODO bugfix will come next patch
# NAME off-by-one error in hash bucket walk in key detection logic
use warnings 'uninitialized';