Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue53989 (0.12 sec)

  1. src/cmd/cgo/internal/testplugin/plugin_test.go

    	run(t, "./issue44956.exe")
    }
    
    func TestIssue52937(t *testing.T) {
    	globalSkip(t)
    	goCmd(t, "build", "-buildmode=plugin", "-o", "issue52937.so", "./issue52937/main.go")
    }
    
    func TestIssue53989(t *testing.T) {
    	globalSkip(t)
    	goCmd(t, "build", "-buildmode=plugin", "-o", "issue53989.so", "./issue53989/plugin.go")
    	goCmd(t, "build", "-o", "issue53989.exe", "./issue53989/main.go")
    	run(t, "./issue53989.exe")
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top