libevent 2.0 compat

This commit is contained in:
Michael Davidsaver
2020-03-20 09:00:20 -07:00
parent 320755ebd5
commit d452e009ce
6 changed files with 6 additions and 4 deletions
-1
View File
@@ -158,7 +158,6 @@ int main(int argc, char *argv[])
testSearch(false, {"hello"});
testSearch(true , {"one", "two"});
testSearch(false, {"one", "two"});
libevent_global_shutdown();
cleanup_for_valgrind();
return testDone();
}