Sign in
go
/
tools
/
36b1a880d5d1df625063b05d248a3ae77e083487
/
.
/
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())
}