Browse Source

Enable `core:net` tests for FreeBSD

Feoramund 1 year ago
parent
commit
ba05c74936
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 !freebsd !openbsd
+//+build !netbsd !openbsd
 package test_core_net
 
 import "core:testing"