From 6793f7e0c97a513d6d275a6fee0899d359159b30 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 18 Dec 2001 22:51:25 +0000 Subject: [PATCH] Re: Benchmark.t failure on Linux Message-ID: <20011218225124.N21702@plum.flirble.org> p4raw-id: //depot/perl@13767 --- lib/Benchmark.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Benchmark.t b/lib/Benchmark.t index 22a91bc..25a3478 100644 --- a/lib/Benchmark.t +++ b/lib/Benchmark.t @@ -281,7 +281,7 @@ sub check_graph_consistency { pass ("slow rate is less than fast rate"); ok ($slowfast < 0 && $slowfast > -100, "slowfast should be less than zero, and > -100"); - ok ($fastslow > 100, "fastslow should be > 100") || + ok ($fastslow > 0, "fastslow should be > 0") || print STDERR "# fastslow $fastslow\n"; } else { is ($slowrate, $fastrate, -- 2.7.4