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

Comparing EV/t/00_load.t (file contents):
Revision 1.12 by root, Sat Apr 25 14:12:49 2009 UTC vs.
Revision 1.13 by root, Thu Oct 21 15:13:42 2010 UTC

8} 8}
9 9
10my $w = EV::idle sub { print "not ok 3\n"; $_[0]->stop }; 10my $w = EV::idle sub { print "not ok 3\n"; $_[0]->stop };
11$w->feed_event (EV::CUSTOM); 11$w->feed_event (EV::CUSTOM);
12$w->stop; 12$w->stop;
13EV::loop; 13EV::run;
14print "ok 3\n"; 14print "ok 3\n";
15 15
16my $w = EV::idle sub { print "ok 4\n"; $_[0]->stop }; 16my $w = EV::idle sub { print "ok 4\n"; $_[0]->stop };
17$w->feed_event (EV::CUSTOM); 17$w->feed_event (EV::CUSTOM);
18$w->clear_pending; 18$w->clear_pending;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines