This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: EBCDIC fix
[perl5.git] / ext / XS-APItest / t / copstash.t
CommitLineData
c0b8aebd
FC
1use Config;
2use Test::More;
3BEGIN { plan skip_all => 'no threads' unless $Config{useithreads} }
4
1dc74fdb 5plan tests => 1;
c0b8aebd
FC
6
7use XS::APItest;
8
9ok test_alloccopstash;