From 4442b58c32522c911f075900cc8a82d6cc09f8d3 Mon Sep 17 00:00:00 2001 From: ltzMaxwell Date: Thu, 22 Aug 2024 23:50:57 +0800 Subject: [PATCH] revert --- gnovm/pkg/gnolang/gno_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gnovm/pkg/gnolang/gno_test.go b/gnovm/pkg/gnolang/gno_test.go index 2c1ed2f003d..8f6ef7ce009 100644 --- a/gnovm/pkg/gnolang/gno_test.go +++ b/gnovm/pkg/gnolang/gno_test.go @@ -179,7 +179,6 @@ func BenchmarkIfStatement(b *testing.B) { func main() { for i:=0; i<10000; i++ { if i > 10 { - } } }`