ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/t/04_stat.t
(Generate patch)

Comparing EV/t/04_stat.t (file contents):
Revision 1.3 by root, Wed Nov 28 17:32:24 2007 UTC vs.
Revision 1.4 by root, Wed Nov 28 17:50:13 2007 UTC

27my $t = EV::timer 0.2, 0, sub { 27my $t = EV::timer 0.2, 0, sub {
28 print "ok 2\n"; 28 print "ok 2\n";
29 EV::unloop; 29 EV::unloop;
30}; 30};
31 31
32print "ok 1\n"; 32print $w->stat ? "" : "not ", "ok 1\n";
33EV::loop; 33EV::loop;
34print "ok 3\n"; 34print "ok 3\n";
35 35
36# delete the file, as windows will not update any stats otherwise :( 36# delete the file, as windows will not update any stats otherwise :(
37undef $fh; 37undef $fh;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines