mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 10:52:03 +02:00
25 lines
628 B
Diff
25 lines
628 B
Diff
diff --git a/test/test.c b/test/test.c
|
|
index 88dd9f1..3aa11e6 100644
|
|
--- a/test/test.c
|
|
+++ b/test/test.c
|
|
@@ -249,7 +249,6 @@ static const struct test tests[] = {
|
|
TEST(test_try_into),
|
|
TEST(test_turn),
|
|
TEST(test_turn_tcp),
|
|
- TEST(test_udp),
|
|
TEST(test_udp_tos),
|
|
TEST(test_unixsock),
|
|
TEST(test_uri),
|
|
diff --git a/test/test.h b/test/test.h
|
|
index a71d8f9..4f885d4 100644
|
|
--- a/test/test.h
|
|
+++ b/test/test.h
|
|
@@ -355,7 +355,6 @@ int test_try_into(void);
|
|
int test_turn(void);
|
|
int test_turn_tcp(void);
|
|
int test_turn_thread(void);
|
|
-int test_udp(void);
|
|
int test_udp_tos(void);
|
|
int test_unixsock(void);
|
|
int test_uri(void);
|