Test-Expander/t/Test/Expander/NoCLASS/NoMETHOD.t
Jurij Fajnberg 717e9581ea first commit
2021-11-01 17:16:06 +01:00

13 lines
285 B
Perl

#!/usr/bin/env perl
use v5.14;
use warnings
FATAL => qw(all),
NONFATAL => qw(deprecated exec internal malloc newline once portable redefine recursion uninitialized);
use Test::Expander;
is($CLASS, undef, 'there is no class corresponding to this test file');
done_testing();