test/run_neighbor_explorer: make GlobalInit const

This commit is contained in:
Max Kellermann
2018-06-04 17:44:31 +02:00
parent 2ddd45e5e1
commit 0150131984

View File

@@ -67,7 +67,7 @@ try {
/* initialize the core */ /* initialize the core */
GlobalInit init; const GlobalInit init;
EventLoop loop; EventLoop loop;
const ShutdownHandler shutdown_handler(loop); const ShutdownHandler shutdown_handler(loop);