From c10771305d91b966f7520b830c398abffe4e9e1d Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Sun, 11 Jan 2026 20:07:03 +0100 Subject: net: implement OpenBSD and NetBSD support & add stubs for other targets & cleanup --- tests/core/net/test_core_net.odin | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin index 9b3973a60..55fe6671d 100644 --- a/tests/core/net/test_core_net.odin +++ b/tests/core/net/test_core_net.odin @@ -10,8 +10,6 @@ A test suite for `core:net` */ -#+build !netbsd -#+build !openbsd #+feature dynamic-literals package test_core_net -- cgit v1.2.3