summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/op.t
blob: 8a92a249a102a15170546aed6a6f20fb932a015d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -w

use strict;
use utf8;
use Test::More 'no_plan';

use_ok('XS::APItest');

*hint_exists = *hint_exists = \&XS::APItest::Hash::refcounted_he_exists;
*hint_fetch = *hint_fetch = \&XS::APItest::Hash::refcounted_he_fetch;

require '../../t/op/caller.pl';