diff options
Diffstat (limited to 'libgo/go/crypto/sha256/fallback_test.go')
-rw-r--r-- | libgo/go/crypto/sha256/fallback_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/crypto/sha256/fallback_test.go b/libgo/go/crypto/sha256/fallback_test.go index 5917a4862af..1a6e6a572d8 100644 --- a/libgo/go/crypto/sha256/fallback_test.go +++ b/libgo/go/crypto/sha256/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 sha256 |