Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssertIsLinkedToRegexp (0.55 sec)

  1. src/cmd/cgo/internal/testshared/shared_test.go

    	depBase := goCmd(t, "list", "-compiler=gccgo", "-buildmode=shared", "-linkshared", "-f", "{{.Shlib}}", "./depBase")
    
    	AssertIsLinkedToRegexp(t, depBase, libgoRE)
    	AssertIsLinkedToRegexp(t, dep2, libgoRE)
    	AssertIsLinkedTo(t, dep2, filepath.Base(depBase))
    	AssertIsLinkedToRegexp(t, "../../bin/exe2", libgoRE)
    	AssertIsLinkedTo(t, "../../bin/exe2", filepath.Base(dep2))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top