We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f46531 commit 847eef7Copy full SHA for 847eef7
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