]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
More explicit error message for bogus failures
authorVincent Pit <vince@profvince.com>
Sun, 28 Sep 2008 13:08:41 +0000 (15:08 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 28 Sep 2008 13:08:41 +0000 (15:08 +0200)
t/20-good.t
t/21-good-block.t

index 4c31222b06767d8a8a91cd726a378beaab174002..059785e7e8045ac265274b57d568532e99dacc5c 100644 (file)
@@ -12,4 +12,4 @@ if ($@) {
 }
 
 plan tests => 1;
-fail('shouldn\'t see this');
+fail('bogus failure, don\'t worry');
index 22d3c47b3e2f65a52acf750bcb04a66d790f939a..d635f213e77f4ec0a80d021ff01ba71dfcdd09ae 100644 (file)
@@ -12,4 +12,4 @@ if ($@) {
 }
 
 plan tests => 1;
-fail('shouldn\'t see this');
+fail('bogus failure, don\'t worry');