Преглед на файлове

Forbid all BSDs from running `core:net` tests

`net` is not yet implemented on them.
Feoramund преди 1 година
родител
ревизия
76292c8ed5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"