src/cmd/go/testdata/script/build_trimpath_cgo.txt | 1 + diff --git a/src/cmd/go/testdata/script/build_trimpath_cgo.txt b/src/cmd/go/testdata/script/build_trimpath_cgo.txt index 528982442d2c9fed3e70f747ff3ebdeb5f600e71..cc96aa8fd635f3d0b94ee5172c8e30ad6507c480 100644 --- a/src/cmd/go/testdata/script/build_trimpath_cgo.txt +++ b/src/cmd/go/testdata/script/build_trimpath_cgo.txt @@ -10,6 +10,7 @@ # Check that the source path appears when -trimpath is not used. go build -o hello.exe . grep -q gopath[/\\]src hello.exe +[GOOS:darwin] [GOARCH:arm64] stop 'on darwin/arm64, the rest of this test can''t work without a Go 1.24+ fix for a debug/macho problem; see go.dev/issue/73922' go run ./list-dwarf hello.exe stdout gopath[/\\]src