Author: jkeenan Date: Fri Feb 22 18:49:47 2008 New Revision: 25999 Modified: trunk/t/pmc/timer.t
Log: Applying patch contributed by mkraai in http://rt.perl.org/rt3/Ticket/Display.html?id=51106 correcting number of tests to be SKIPped. Modified: trunk/t/pmc/timer.t ============================================================================== --- trunk/t/pmc/timer.t (original) +++ trunk/t/pmc/timer.t Fri Feb 22 18:49:47 2008 @@ -100,7 +100,7 @@ OUT SKIP: { - skip( "No thread config yet", 5 ) unless ( $platforms{$^O} ); + skip( "No thread config yet", 3 ) unless ( $platforms{$^O} ); pasm_output_like( <<'CODE', <<'OUT', "Timer setup - initializer/start" ); .include "timer.pasm"
