diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index c6db302120..1aeb7295b4 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -116,6 +116,7 @@ const ( 'vlib/v/tests/closure_generator_test.v', 'vlib/net/websocket/ws_test.v', 'vlib/net/unix/unix_test.v', + 'vlib/net/unix/use_net_and_net_unix_together_test.v', 'vlib/net/websocket/websocket_test.v', 'vlib/vweb/tests/vweb_test.v', 'vlib/vweb/request_test.v',