Name another pack test
authorNicholas Clark <nick@ccl4.org>
Fri, 21 Jan 2005 15:43:24 +0000 (15:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 21 Jan 2005 15:43:24 +0000 (15:43 +0000)
p4raw-id: //depot/perl@23850

t/op/pack.t

index 72ac95b..648c291 100755 (executable)
@@ -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);