diff options
Diffstat (limited to 't/lib/warnings/9uninit')
-rw-r--r-- | t/lib/warnings/9uninit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/lib/warnings/9uninit b/t/lib/warnings/9uninit index fea20f0dca..570290a0cc 100644 --- a/t/lib/warnings/9uninit +++ b/t/lib/warnings/9uninit @@ -1322,7 +1322,6 @@ exit $m1; EXPECT Use of uninitialized value $m1 in exit at - line 4. ######## -# TODO long standing bug - PL_curcop is not updated before the elsif use warnings 'uninitialized'; my $undef; |