summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/op_contextualize.t
blob: 8c085796f156324b5e5d425171922a73ddcdd874 (plain)
1
2
3
4
5
6
7
8
9
10
use warnings;
use strict;
use Test::More tests => 1;

use XS::APItest;

XS::APItest::test_op_contextualize();
ok 1;

1;