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 / op_list.t
CommitLineData
2fcb4757
Z
1use warnings;
2use strict;
5983a79d 3use Test::More tests => 2;
2fcb4757
Z
4
5use XS::APItest;
6
7XS::APItest::test_op_list();
8ok 1;
9
5983a79d
BM
10XS::APItest::test_op_linklist();
11ok 1;
12
2fcb4757 131;