summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/warnings/gv18
1 files changed, 0 insertions, 18 deletions
diff --git a/t/lib/warnings/gv b/t/lib/warnings/gv
index 332810c7e5..1618e40932 100644
--- a/t/lib/warnings/gv
+++ b/t/lib/warnings/gv
@@ -100,7 +100,6 @@ $* is no longer supported, and will become a syntax error at - line 7.
$a = $#;
$a = $*;
EXPECT
-@* is deprecated, and will become a syntax error at - line 3.
$# is no longer supported at - line 4.
$* is no longer supported, and will become a syntax error at - line 5.
########
@@ -112,23 +111,6 @@ $a = $*;
EXPECT
$# is no longer supported at - line 2.
$* is no longer supported, and will become a syntax error at - line 3.
-@* is deprecated, and will become a syntax error at - line 5.
-########
-# gv.c
-$a = \@*;
-$a = \&*;
-$a = \**;
-$a = \%*;
-no warnings 'deprecated' ;
-$a = \@*;
-$a = \&*;
-$a = \**;
-$a = \%*;
-EXPECT
-@* is deprecated, and will become a syntax error at - line 2.
-&* is deprecated, and will become a syntax error at - line 3.
-** is deprecated, and will become a syntax error at - line 4.
-%* is deprecated, and will become a syntax error at - line 5.
########
# gv.c
use warnings 'syntax' ;