From: Nicholas Clark Date: Fri, 21 Jan 2005 15:43:24 +0000 (+0000) Subject: Name another pack test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86704b5ff60208951e78bd32bfb4f73d05eec98a;p=p5sagit%2Fp5-mst-13.2.git Name another pack test p4raw-id: //depot/perl@23850 --- diff --git a/t/op/pack.t b/t/op/pack.t index 72ac95b..648c291 100755 --- a/t/op/pack.t +++ b/t/op/pack.t @@ -359,7 +359,7 @@ foreach my $base (@templates) { skip "cannot pack '$t' on this perl", 4 if is_valid_error($@); - is( $@, '' ); + is( $@, '', "Template $t works"); is(scalar @t, 2); is($t[0], 12);