zenity/zenity_test.go

12 lines
125 B
Go
Raw Permalink Normal View History

2020-01-29 09:15:21 -05:00
package zenity_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}