summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/lib/croak.t
blob: 7066b0fe537c6173f54ed7884344391854b649be (plain) (blame)
1
2
3
4
5
6
7
#!./perl

chdir 't' if -d 't';
@INC = '../lib';

$FATAL = 1; # we expect all the tests to croak
require "../t/lib/common.pl";