aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 40df8c03b8..2a3028aa7e 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -1130,6 +1130,7 @@ func (t *tester) registerCgoTests(heading string) {
cgoTest("auto", "test", "auto", "")
cgoTest("auto", "testtls", "auto", "")
+ cgoTest("auto", "testnocgo", "auto", "")
// Stub out various buildmode=pie tests on alpine until 54354 resolved.
builderName := os.Getenv("GO_BUILDER_NAME")
@@ -1209,7 +1210,6 @@ func (t *tester) registerCgoTests(heading string) {
// TODO(#56629): Why does this fail on netbsd-arm?
cgoTest("static", "testtls", "external", "static", staticCheck)
}
- cgoTest("auto", "testnocgo", "auto", "", staticCheck)
cgoTest("external", "testnocgo", "external", "", staticCheck)
if goos != "android" {
cgoTest("static", "testnocgo", "external", "static", staticCheck)