summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/copstash.t
blob: 8ed98a231ba7547a987f43159a134f1ad5e120f7 (plain)
1
2
3
4
5
6
7
8
9
use Config;
use Test::More;
BEGIN { plan skip_all => 'no threads' unless $Config{useithreads} }

plan tests => 1;

use XS::APItest;

ok test_alloccopstash;