We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b67fc6 commit 4bcd6abCopy full SHA for 4bcd6ab
gnovm/pkg/gnolang/native_perf_and_test.go
@@ -53,6 +53,7 @@ func BenchmarkGnoPrintln(b *testing.B) {
53
if pSink == nil {
54
b.Fatal("Benchmark did not run!")
55
}
56
+ pSink = nil
57
58
59
func TestGnoPrintAndPrintln(t *testing.T) {
0 commit comments