diff options
Diffstat (limited to 't')
-rw-r--r-- | t/lib/warnings/perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/warnings/perl b/t/lib/warnings/perl index 512ee7fb65..78d730b361 100644 --- a/t/lib/warnings/perl +++ b/t/lib/warnings/perl @@ -46,6 +46,7 @@ $x = 3 ; use warnings 'once' ; $z = 3 ; EXPECT +OPTION random Name "main::z" used only once: possible typo at - line 6. Name "main::x" used only once: possible typo at - line 4. ######## |