Update the test count.
Jarkko Hietaniemi [Sat, 26 Aug 2000 04:31:32 +0000 (04:31 +0000)]
p4raw-id: //depot/perl@6830

t/lib/trig.t

index b68eb02..0b7e0cb 100755 (executable)
@@ -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)));