re-enable unit test

pull/608/head
Jeff Becker 5 years ago
parent 6058b6f195
commit cd85bd2c2d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -27,7 +27,7 @@ struct EventLoopTest : public ::testing::Test
void
SetUp()
{
loop = llarp_make_ev_loop();;
loop = llarp_make_ev_loop();
_logic.call_later({10000, this, &OnTimeout});
}
@ -55,7 +55,7 @@ struct EventLoopTest : public ::testing::Test
void
RunLoop()
{
//llarp_ev_loop_run_single_process(loop, _logic.thread, &_logic);
llarp_ev_loop_run_single_process(loop, _logic.thread, &_logic);
}
};

Loading…
Cancel
Save