summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-21 15:43:24 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-21 15:43:24 +0000
commit86704b5ff60208951e78bd32bfb4f73d05eec98a (patch)
tree6d1cfd2fbd2d0155e5e26bd61eae8d2170840828 /t
parent0c52c6a9db5934c6cadc50a4a66634da7bea4268 (diff)
downloadperl-86704b5ff60208951e78bd32bfb4f73d05eec98a.tar.gz
Name another pack test
p4raw-id: //depot/perl@23850
Diffstat (limited to 't')
-rwxr-xr-xt/op/pack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pack.t b/t/op/pack.t
index 72ac95b9db..648c291666 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);