Browse Source

Forbid all BSDs from running `core:net` tests

`net` is not yet implemented on them.
Feoramund 1 year ago
parent
commit
76292c8ed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/core/net/test_core_net.odin

+ 1 - 1
tests/core/net/test_core_net.odin

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