diff options
Diffstat (limited to 't/re/regexp_unicode_prop_thr.t')
-rw-r--r-- | t/re/regexp_unicode_prop_thr.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/re/regexp_unicode_prop_thr.t b/t/re/regexp_unicode_prop_thr.t new file mode 100644 index 0000000000..ae40d43af1 --- /dev/null +++ b/t/re/regexp_unicode_prop_thr.t @@ -0,0 +1,7 @@ +#!./perl + +chdir 't' if -d 't'; +@INC = ('../lib', '.'); + +require 'thread_it.pl'; +thread_it(qw(op regexp_unicode_prop.t)); |