Sign in
go
/
tools
/
6467de6f59a7c849780e0f7e4a33c7a2dfdd2e71
/
.
/
internal
/
imports
/
imports_test.go
blob: 6405ab57d0c50c12a2c154e7b0becf8370f1bfcc [
file
] [
log
] [
blame
]
package imports
import (
"os"
"testing"
"golang.org/x/tools/internal/testenv"
)
func TestMain(m *testing.M) {
testenv.ExitIfSmallMachine()
os.Exit(m.Run())
}