--- EV/t/03_keepalive.t 2009/04/25 14:12:49 1.3 +++ EV/t/03_keepalive.t 2010/10/21 15:13:42 1.4 @@ -17,7 +17,7 @@ $timer->keepalive (1); print "ok 1\n"; -EV::loop; +EV::run; print "ok 2\n"; $timer->start; @@ -32,12 +32,12 @@ $timer2->keepalive (0); print "ok 3\n"; -EV::loop; +EV::run; print "ok 5\n"; $timer->keepalive (1); print "ok 6\n"; -EV::loop; +EV::run; print "ok 8\n";