Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMethod3 (0.09 sec)

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

    	globalSkip(t)
    	goCmd(t, "build", "-buildmode=plugin", "-o", "method2.so", "./method2/plugin.go")
    	goCmd(t, "build", "-o", "method2.exe", "./method2/main.go")
    	run(t, "./method2.exe")
    }
    
    func TestMethod3(t *testing.T) {
    	globalSkip(t)
    	goCmd(t, "build", "-buildmode=plugin", "-o", "method3.so", "./method3/plugin.go")
    	goCmd(t, "build", "-o", "method3.exe", "./method3/main.go")
    	run(t, "./method3.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