From 5cfc3f44d3aa5a30a6d590913a4e1eff10db0d77 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 13 Oct 2015 13:06:11 +0200 Subject: Consistent names --- ops_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ops_test.go b/ops_test.go index fd0cadb..d8c4787 100644 --- a/ops_test.go +++ b/ops_test.go @@ -26,13 +26,13 @@ func BenchmarkSub(b *testing.B) { } } -func TestTimes(t *testing.T) { +func TestMul(t *testing.T) { if _, ok := verify("*"); !ok { - t.Error("times failed") + t.Error("mul failed") } } -func BenchmarkTimes(b *testing.B) { +func BenchmarkMul(b *testing.B) { for i := 0; i < b.N; i++ { verify("*") } -- cgit v1.2.3