blob: f7938159a68cfdb2c7cab96e68053c20b8458658 [file] [log] [blame]
package main
import (
"testing"
)
func TestNotMain(t *testing.T) {
}
func TestMain(m *testing.M) {
}