mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +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`
|
A test suite for `core:net`
|
||||||
*/
|
*/
|
||||||
//+build !netbsd
|
//+build !netbsd !freebsd !openbsd
|
||||||
package test_core_net
|
package test_core_net
|
||||||
|
|
||||||
import "core:testing"
|
import "core:testing"
|
||||||
|
|||||||
Reference in New Issue
Block a user