mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
os: skip TestDirFS on wasi until #2827 is fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//go:build wasi
|
||||
// +build wasi
|
||||
|
||||
package os_test
|
||||
|
||||
const isWASI = true
|
||||
Reference in New Issue
Block a user