summaryrefslogtreecommitdiff
path: root/t/re/qr-72922.t
diff options
context:
space:
mode:
Diffstat (limited to 't/re/qr-72922.t')
-rw-r--r--t/re/qr-72922.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/re/qr-72922.t b/t/re/qr-72922.t
index 1b27683332..5f41ae363f 100644
--- a/t/re/qr-72922.t
+++ b/t/re/qr-72922.t
@@ -5,9 +5,10 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_if_miniperl("no dynamic loading on miniperl, no Scalar::Util");
- plan(tests => 14);
}
+plan(tests => 14);
+
# [perl 72922]: A 'copy' of a Regex object which has magic should not crash
# When a Regex object was copied and the copy weaken then the original regex object
# could no longer be 'copied' with qr//