summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/op1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/warnings/op b/t/lib/warnings/op
index ca92412d62..4f00c12258 100644
--- a/t/lib/warnings/op
+++ b/t/lib/warnings/op
@@ -1023,6 +1023,7 @@ local(pos($x)); # OP_POS
local(vec($x,0,1)); # OP_VEC
local($a[$b]); # OP_AELEM ok
local($a{$b}); # OP_HELEM ok
+local($[); # OP_CONST
no warnings 'syntax';
EXPECT