Browse Source

Enable `core:net` tests for FreeBSD

Feoramund 1 năm trước cách đây
mục cha
commit
ba05c74936
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"