This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re/reg_mesg.t: White-space only; no code changes
[perl5.git] / t / re / regexp_qr_embed_thr.t
CommitLineData
a4499558
YO
1#!./perl
2
25b9bd98
NC
3chdir 't' if -d 't';
4require './test.pl';
5
6skip_all_without_config(useithreads);
7skip_all_if_miniperl("no dynamic loading on miniperl, no threads");
8require threads;
9
10$::qr = 1;
11$::qr_embed_thr = 1;
12
13require './re/regexp.t';