xref: /openbsd-src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t (revision ac9b4aacc1da35008afea06a5d23c2f2dea9b93e)
1#!./perl
2
3chdir 't' if -d 't';
4@INC = ('../lib', '.');
5
6require 'thread_it.pl';
7thread_it(qw(re regexp_unicode_prop.t));
8