From: Dominic Dunlop Date: Sat, 17 Dec 2005 15:57:54 +0000 (+0100) Subject: Correct typo in Time::HiRes tests introduced by patch 26383 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6f8a7cdd6331290b6b159b1c12c7587006cc48d;p=p5sagit%2Fp5-mst-13.2.git Correct typo in Time::HiRes tests introduced by patch 26383 Message-Id: p4raw-id: //depot/perl@26389 --- diff --git a/ext/Time/HiRes/t/HiRes.t b/ext/Time/HiRes/t/HiRes.t index b0969f0..f8f00d0 100644 --- a/ext/Time/HiRes/t/HiRes.t +++ b/ext/Time/HiRes/t/HiRes.t @@ -577,7 +577,7 @@ if ($have_clock) { if ($clock[1] > $clock[0] && $clock[2] > $clock[1] && $clock[3] > $clock[2]) { - print "ok 32\n"; + print "ok 33\n"; } else { print "not ok 33\n"; }