diff --git a/tests/tests.h b/tests/tests.h index eb66a8f..71cc4b1 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -13,10 +13,9 @@ void test_autoarr(); void test_hash_functions(); void test_hashtable(); void test_dtsod(); -void test_network(); #define PRINT_SIZEOF(T) printf("\e[94m" #T " size: \e[96m" IFWIN("%llu", "%lu") "\n", sizeof(T)) #if __cplusplus } -#endif \ No newline at end of file +#endif