remove GNU-ism

pull/1306/head
Jeff Becker 4 years ago
parent 0a889d7042
commit 456f9d4ba1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -50,6 +50,6 @@ TEST_CASE("ensure snode address allocation", "[snode]")
== context.FindEndpointForPath(secondPath)->LocalIP());
ctx_pp->CloseAsync();
});
REQUIRE(llarp_main_run(ctx, llarp_main_runtime_opts{isRelay: true}) == 0);
REQUIRE(llarp_main_run(ctx, llarp_main_runtime_opts{.isRelay = true}) == 0);
llarp_main_free(ctx);
}

Loading…
Cancel
Save