aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/traceutils.t
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/t/traceutils.t')
-rw-r--r--Perl/t/traceutils.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/traceutils.t b/Perl/t/traceutils.t
index 4d35ae6..5e29b7b 100644
--- a/Perl/t/traceutils.t
+++ b/Perl/t/traceutils.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: traceutils.t,v 1.3 2005-06-23 17:09:49 mertz Exp $
+# $Id: traceutils.t,v 1.4 2005-06-25 07:45:53 mertz Exp $
# Author: Christophe Mertz
#
@@ -13,7 +13,7 @@ use strict;
BEGIN {
if (!eval q{
# use Test::More qw(no_plan);
- use Test::More tests => 14;
+ use Test::More tests => 15;
1;
}) {
print "# tests only work properly with installed Test::More module\n";