]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/lib/Test/Valgrind/Test/Action.pm
Enable the 'diag' option in tests
[perl/modules/Test-Valgrind.git] / t / lib / Test / Valgrind / Test / Action.pm
index c56eb038f553ee8c4d402009d6d734c7b575494d..07ffde59fbab891d8a7770b488c810a8f76205f3 100644 (file)
@@ -23,7 +23,14 @@ BEGIN {
 
 use Test::Builder;
 
-sub new { shift->SUPER::new(extra_tests => $extra_tests) }
+sub new {
+ my $class = shift;
+
+ $class->SUPER::new(
+  diag        => 1,
+  extra_tests => $extra_tests,
+ );
+}
 
 my @filtered_reports;