Skip to content

Commit d0e7925

Browse files
committed
cmd/go: issue33139 is only valid when running with CGO
With CGO enabled, the test suite tries to run the following and fail: cc -c -o syso/objTestImpl.syso syso/src/objTestImpl.c
1 parent 54b251f commit d0e7925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/go/testdata/script/link_syso_issue33139.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# See issue 33139.
44
[!gc] skip
55
[!exec:cc] skip
6+
[!cgo] skip
67

78
# External linking is not supported on linux/ppc64.
89
# See: https://github.com/golang/go/issues/8912

0 commit comments

Comments
 (0)