summaryrefslogtreecommitdiff
path: root/src/internal/poll/read_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/poll/read_test.go')
-rw-r--r--src/internal/poll/read_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/poll/read_test.go b/src/internal/poll/read_test.go
index b4f5236d3e..2d4ef97da0 100644
--- a/src/internal/poll/read_test.go
+++ b/src/internal/poll/read_test.go
@@ -38,7 +38,7 @@ func TestRead(t *testing.T) {
func specialFiles() []string {
var ps []string
switch runtime.GOOS {
- case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd":
+ case "darwin", "ios", "dragonfly", "freebsd", "netbsd", "openbsd":
ps = []string{
"/dev/null",
}