Author: leo Date: Fri Aug 19 00:08:27 2005 New Revision: 8996 Modified: trunk/t/op/number.t Log: fix number.t test plan
Modified: trunk/t/op/number.t ============================================================================== --- trunk/t/op/number.t (original) +++ trunk/t/op/number.t Fri Aug 19 00:08:27 2005 @@ -16,7 +16,7 @@ Tests the use of Parrot's floating-point =cut -use Parrot::Test tests => 41; +use Parrot::Test tests => 40; use Test::More; output_is(<<CODE, <<OUTPUT, "set_n_nc");
