Skip to content

Commit

Permalink
syscall: enable ReadDirent tests on aix, linux and solaris
Browse files Browse the repository at this point in the history
Change-Id: I13fd6bad4600ef909b13ac517ba6a06909b5c703
Reviewed-on: https://go-review.googlesource.com/c/go/+/182379
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
tklauser committed Aug 29, 2019
1 parent d0eaec7 commit d865b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build darwin dragonfly freebsd netbsd openbsd
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris

package syscall_test

Expand Down

0 comments on commit d865b5c

Please sign in to comment.