Explorar el Código

Enable `core:net` tests for FreeBSD

Feoramund hace 1 año
padre
commit
ba05c74936
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 !freebsd !openbsd
+//+build !netbsd !openbsd
 package test_core_net
 
 import "core:testing"