Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCGOLTO (0.15 sec)

  1. src/cmd/link/cgo_test.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"bytes"
    	"internal/testenv"
    	"os"
    	"path/filepath"
    	"strconv"
    	"testing"
    )
    
    // Issues 43830, 46295
    func TestCGOLTO(t *testing.T) {
    	testenv.MustHaveCGO(t)
    	testenv.MustHaveGoBuild(t)
    
    	t.Parallel()
    
    	goEnv := func(arg string) string {
    		cmd := testenv.Command(t, testenv.GoToolPath(t), "env", arg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 09 22:13:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top