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

use XS::APItest;

BEGIN { XS::APItest::test_savehints(); }
ok 1;

1;