summaryrefslogtreecommitdiff
path: root/t/re/substr_thr.t
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-09-10 23:14:19 +0200
committerVincent Pit <perl@profvince.com>2009-09-10 23:14:19 +0200
commit5931e39587b08515604ceabf127c4b1970903463 (patch)
treee3b37b710812254c25de3bdc8c3bcba1309cbf21 /t/re/substr_thr.t
parenta3bef8ed8dece3b48e9e11993f255fbe719a0647 (diff)
downloadperl-5931e39587b08515604ceabf127c4b1970903463.tar.gz
Fix paths in threaded regexp tests
Diffstat (limited to 't/re/substr_thr.t')
-rw-r--r--t/re/substr_thr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/substr_thr.t b/t/re/substr_thr.t
index babb48d8ec..295c61760e 100644
--- a/t/re/substr_thr.t
+++ b/t/re/substr_thr.t
@@ -4,4 +4,4 @@ chdir 't' if -d 't';
@INC = ('../lib', '.');
require 'thread_it.pl';
-thread_it(qw(op substr.t));
+thread_it(qw(re substr.t));