Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGo2C2Go (0.17 sec)

  1. src/cmd/cgo/internal/testcshared/cshared_test.go

    		t.Fatal(err)
    	}
    	if err := os.MkdirAll(filepath.Dir(dst), 0777); err != nil {
    		t.Fatal(err)
    	}
    	if err := os.WriteFile(dst, data, 0666); err != nil {
    		t.Fatal(err)
    	}
    }
    
    func TestGo2C2Go(t *testing.T) {
    	switch GOOS {
    	case "darwin", "ios", "windows":
    		// Non-ELF shared libraries don't support the multiple
    		// copies of the runtime package implied by this test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
Back to top