mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Forbid all BSDs from running core:net tests
`net` is not yet implemented on them.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
A test suite for `core:net`
|
||||
*/
|
||||
//+build !netbsd
|
||||
//+build !netbsd !freebsd !openbsd
|
||||
package test_core_net
|
||||
|
||||
import "core:testing"
|
||||
|
||||
Reference in New Issue
Block a user