diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-01 22:11:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-01 22:11:50 +0000 |
commit | 59ea40d0f2ea7a7b3606afb6617474915c7c80cf (patch) | |
tree | 5ea461b0d33dc5840226fc1706bd23c3799dfda6 /libgo/go/cmd | |
parent | 27d6b510718292a5852f4d4f0d449723a369edfb (diff) | |
download | gcc-59ea40d0f2ea7a7b3606afb6617474915c7c80cf.zip gcc-59ea40d0f2ea7a7b3606afb6617474915c7c80cf.tar.gz gcc-59ea40d0f2ea7a7b3606afb6617474915c7c80cf.tar.bz2 |
libgo: add hurd build tags to test files
Patch by Svante Signell.
Reviewed-on: https://go-review.googlesource.com/c/160823
From-SVN: r268460
Diffstat (limited to 'libgo/go/cmd')
-rw-r--r-- | libgo/go/cmd/go/go_unix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/cmd/go/go_unix_test.go b/libgo/go/cmd/go/go_unix_test.go index f6e10ca..030ef79 100644 --- a/libgo/go/cmd/go/go_unix_test.go +++ b/libgo/go/cmd/go/go_unix_test.go @@ -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 linux netbsd openbsd solaris +// +build darwin dragonfly freebsd hurd linux netbsd openbsd solaris package main_test |