This commit is contained in:
Jeff Becker 2019-05-15 14:36:49 -04:00
parent a8f307dd09
commit 4bf2020839
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
};