From: Jarkko Hietaniemi Date: Sat, 26 Aug 2000 04:31:32 +0000 (+0000) Subject: Update the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1722c1a60b8023f8aeba399c8a07cf6ffe1ffa0;p=p5sagit%2Fp5-mst-13.2.git Update the test count. p4raw-id: //depot/perl@6830 --- diff --git a/t/lib/trig.t b/t/lib/trig.t index b68eb02..0b7e0cb 100755 --- a/t/lib/trig.t +++ b/t/lib/trig.t @@ -29,7 +29,7 @@ sub near ($$;$) { abs($_[0] - $_[1]) < (defined $_[2] ? $_[2] : $eps); } -print "1..23\n"; +print "1..24\n"; $x = 0.9; print 'not ' unless (near(tan($x), sin($x) / cos($x)));