Skip to content

Commit 23ebfbe

Browse files
committed
cmd/go: the "build_plugin_non_main" test case cannot pass for linux/mips64le port
Fixes: #42474
1 parent 9f39a43 commit 23ebfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Plugins are only supported on linux,cgo (!riscv64) and darwin,cgo.
1+
# Plugins are only supported on linux,cgo (!riscv64) (!mips64le) and darwin,cgo.
22
[!linux] [!darwin] skip
33
[linux] [riscv64] skip
4+
[linux] [mips64le] skip
45
[!cgo] skip
56

67
go build -n testdep

0 commit comments

Comments
 (0)