diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-01-21 15:43:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-01-21 15:43:24 +0000 |
commit | 86704b5ff60208951e78bd32bfb4f73d05eec98a (patch) | |
tree | 6d1cfd2fbd2d0155e5e26bd61eae8d2170840828 /t | |
parent | 0c52c6a9db5934c6cadc50a4a66634da7bea4268 (diff) | |
download | perl-86704b5ff60208951e78bd32bfb4f73d05eec98a.tar.gz |
Name another pack test
p4raw-id: //depot/perl@23850
Diffstat (limited to 't')
-rwxr-xr-x | t/op/pack.t | 2 |
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); |