This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
diag.t: Don’t check ‘calls’ in column 0
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 14:40:14 +0000 (06:40 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:09:00 +0000 (13:09 -0800)
commit56e46aaa876d925e9c1fc6c27d59744244166737
tree020e3a7352b143b5084ade9ee652210931a9a803
parent482291d6e85474382a3a0d290410e77856799540
diag.t: Don’t check ‘calls’ in column 0

because they may be function declarations instead.  It was getting
confused by win32_croak_not_implemented, which does not have ");"
in it before the first string.
t/porting/diag.t