diff options
Diffstat (limited to 't/op/pack.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); |