Skip to content

Commit

Permalink
Add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 3, 2023
1 parent 65eadb8 commit bdff97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testlo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ void test_server_thread(lo_server_thread *pst, lo_address *pa)
server_url = lo_server_thread_get_url(st);
printf("Server URL: %s\n", server_url);
a = lo_address_new_from_url(server_url);
TEST(a);
free(server_url);

/* add method that will match the path /foo/bar, with two numbers, coerced
Expand Down

0 comments on commit bdff97c

Please sign in to comment.