diff options
Diffstat (limited to 't/op/magic-27839.t')
-rw-r--r-- | t/op/magic-27839.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/magic-27839.t b/t/op/magic-27839.t index a1c7fe2939..d8af53fb4f 100644 --- a/t/op/magic-27839.t +++ b/t/op/magic-27839.t @@ -4,10 +4,11 @@ BEGIN { $SIG{__WARN__} = sub { die "Dying on warning: ", @_ }; chdir 't' if -d 't'; require './test.pl'; - skip_all_if_miniperl("no dynamic loading on miniperl, no Tie::Hash::NamedCapture"); - plan(tests => 2); } +skip_all_if_miniperl("no dynamic loading on miniperl, no Tie::Hash::NamedCapture"); +plan(tests => 2); + use strict; # Test for bug [perl #27839] |