refactor: remove junk c api tests

This commit is contained in:
CJ van den Berg 2026-03-04 19:48:01 +01:00
parent 33229ffc11
commit e9998ce127
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
7 changed files with 0 additions and 97 deletions

View file

@ -67,12 +67,3 @@ test "timeout_test" {
try testcase("timeout_test");
}
test "unx_c_api" {
try testcase("unx_c_api");
}
test "tcp_c_api" {
try testcase("tcp_c_api");
}
test "socket_c_api" {
try testcase("socket_c_api");
}