Forbid all BSDs from running core:net tests

`net` is not yet implemented on them.
This commit is contained in:
Feoramund
2024-06-11 00:46:10 -04:00
parent f1779c85de
commit 76292c8ed5

View File

@@ -8,7 +8,7 @@
A test suite for `core:net`
*/
//+build !netbsd
//+build !netbsd !freebsd !openbsd
package test_core_net
import "core:testing"