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