2 # Copyright (C) 2001-2009, Parrot Foundation.
7 use lib qw( . lib ../lib ../../lib );
9 use Parrot::Test tests => 1;
13 t/op/time.t - Time and Sleep
21 Tests the C<time> and C<sleep> operations.
26 ( undef, undef, undef, undef, undef, $year ) = localtime();
29 # don't run this test 1 tick before the year changes #'
31 pasm_output_is( <<'CODE', $year, "decodelocaltime" );
33 decodelocaltime P0, I0
43 # cperl-indent-level: 4
46 # vim: expandtab shiftwidth=4: