diff options
Diffstat (limited to 'libgo/go/crypto/cipher/common_test.go')
-rw-r--r-- | libgo/go/crypto/cipher/common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/cipher/common_test.go b/libgo/go/crypto/cipher/common_test.go index fb755757c25..c75c919d175 100644 --- a/libgo/go/crypto/cipher/common_test.go +++ b/libgo/go/crypto/cipher/common_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. -package cipher +package cipher_test // Common values for tests. |