diff options
Diffstat (limited to 'ssh/test/session_test.go')
| -rw-r--r-- | ssh/test/session_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/test/session_test.go b/ssh/test/session_test.go index 2d32769..7d96ced 100644 --- a/ssh/test/session_test.go +++ b/ssh/test/session_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !windows && !solaris && !js && !wasip1 -// +build !windows,!solaris,!js,!wasip1 +//go:build !windows && !js && !wasip1 +// +build !windows,!js,!wasip1 package test |
