diff options
Diffstat (limited to 'libgo/go/crypto/sha512/fallback_test.go')
-rw-r--r-- | libgo/go/crypto/sha512/fallback_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/crypto/sha512/fallback_test.go b/libgo/go/crypto/sha512/fallback_test.go index 9024ce6..1408131 100644 --- a/libgo/go/crypto/sha512/fallback_test.go +++ b/libgo/go/crypto/sha512/fallback_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore // +build s390x package sha512 |