From 0ce156536c86184c681ebf0687f1b45818d8a019 Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:50:59 +0600 Subject: [PATCH] removed test_network() call --- tests/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index b68a42d..10f54f3 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -8,7 +8,6 @@ void test_all(){ test_hash_functions(); test_hashtable(); test_dtsod(); - test_network(); printf("\e[96m--------------------------------------\e[0m\n"); }