removed test_network() call

This commit is contained in:
Timerix22
2022-08-24 13:50:59 +06:00
committed by GitHub
parent 996dcd41de
commit 0ce156536c

View File

@@ -8,7 +8,6 @@ void test_all(){
test_hash_functions();
test_hashtable();
test_dtsod();
test_network();
printf("\e[96m--------------------------------------\e[0m\n");
}