summaryrefslogtreecommitdiff
path: root/caesar_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'caesar_test.go')
-rw-r--r--caesar_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/caesar_test.go b/caesar_test.go
index 008cccc..674870c 100644
--- a/caesar_test.go
+++ b/caesar_test.go
@@ -47,10 +47,6 @@ func TestEncoderTable(t *testing.T) {
}
}
-func BenchmarkFailure(b *testing.B) {
- b.Fail()
-}
-
func BenchmarkEncode(b *testing.B) {
for i := 0; i < b.N; i++ {
Encode("attack at dawn")