diff options
Diffstat (limited to 't/re/regexp_unicode_prop_thr.t')
-rw-r--r-- | t/re/regexp_unicode_prop_thr.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/regexp_unicode_prop_thr.t b/t/re/regexp_unicode_prop_thr.t index ae40d43af1..607ad9440d 100644 --- a/t/re/regexp_unicode_prop_thr.t +++ b/t/re/regexp_unicode_prop_thr.t @@ -4,4 +4,4 @@ chdir 't' if -d 't'; @INC = ('../lib', '.'); require 'thread_it.pl'; -thread_it(qw(op regexp_unicode_prop.t)); +thread_it(qw(re regexp_unicode_prop.t)); |