aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/cloudflare/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn256/cloudflare/main_test.go')
-rw-r--r--crypto/bn256/cloudflare/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn256/cloudflare/main_test.go b/crypto/bn256/cloudflare/main_test.go
index 0230f1b19..c0c85457b 100644
--- a/crypto/bn256/cloudflare/main_test.go
+++ b/crypto/bn256/cloudflare/main_test.go
@@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
t.Error(err)
continue
}
- t.Logf("%d: %x\n", n, g2.Marshal())
+ t.Logf("%v: %x\n", n, g2.Marshal())
}
}