projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c52c6a
)
Name another pack test
Nicholas Clark [Fri, 21 Jan 2005 15:43:24 +0000 (15:43 +0000)]
p4raw-id: //depot/perl@23850
t/op/pack.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pack.t
b/t/op/pack.t
index
72ac95b
..
648c291
100755
(executable)
--- 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);