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())
}