diff options
Diffstat (limited to 'go')
-rw-r--r-- | go/bls/bls_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/bls/bls_test.go b/go/bls/bls_test.go index f2039fc..cf03c53 100644 --- a/go/bls/bls_test.go +++ b/go/bls/bls_test.go @@ -338,7 +338,7 @@ func TestMain(t *testing.T) { if GetMaxOpUnitSize() == 6 { t.Log("CurveFp382_1") test(t, CurveFp382_1) - t.Log("CurveFp382_1") + t.Log("CurveFp382_2") test(t, CurveFp382_2) } } |