This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add variant_under_utf8_count() core function
[perl5.git] / ext / XS-APItest / t / pmflag.t
CommitLineData
879d0c72
NC
1#!perl
2use strict;
01146bad 3use Test::More 'tests' => 2;
879d0c72 4
01146bad
RB
5ok(!eval q{use XS::APItest 'pmflag'; 1}, "Perl_pmflag\(\) removed");
6like($@, qr{\Wpmflag\W\s+is\s+not\s+exported\b}, "pmflag not exported");
879d0c72 7