summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/hmac/hmac_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-08 21:08:27 -0800
committerRuss Cox <rsc@golang.org>2009-11-08 21:08:27 -0800
commite240d9aa879a87390891d86c850097fac1b3aef4 (patch)
tree800c709e116670c847700e2196a812a4e38e7636 /src/pkg/crypto/hmac/hmac_test.go
parente98663c230a09ed469f67c43e4e9a7ea8a407737 (diff)
downloadgolang-e240d9aa879a87390891d86c850097fac1b3aef4.tar.gz
assorted cleanup
R=r, iant CC=go-dev http://go/go-review/1025024
Diffstat (limited to 'src/pkg/crypto/hmac/hmac_test.go')
-rw-r--r--src/pkg/crypto/hmac/hmac_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/crypto/hmac/hmac_test.go b/src/pkg/crypto/hmac/hmac_test.go
index 82ed3ab82..6df648413 100644
--- a/src/pkg/crypto/hmac/hmac_test.go
+++ b/src/pkg/crypto/hmac/hmac_test.go
@@ -4,8 +4,6 @@
package hmac
-// TODO(rsc): better test
-
import (
"hash";
"fmt";