]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add missing cgo condition in TestScript/mod_list_compiled_concurrent
authorBryan C. Mills <bcmills@google.com>
Thu, 16 Dec 2021 20:15:32 +0000 (15:15 -0500)
committerBryan Mills <bcmills@google.com>
Thu, 16 Dec 2021 21:08:09 +0000 (21:08 +0000)
Updates #50205

Change-Id: I60d2e32c2cd84599f4a0126e4da4f1d61bd29b51
Reviewed-on: https://go-review.googlesource.com/c/go/+/372799
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/testdata/script/mod_list_compiled_concurrent.txt

index b08713dcfd793fc9523f58b1caa2aefe846555a5..896bbab9fccf370827bf2895ab32cd27ae32849f 100644 (file)
@@ -1,6 +1,7 @@
 env GO111MODULE=on
 
 [short] skip
+[!cgo] skip
 
 # Regression test for golang.org/issue/29667:
 # spurious 'failed to cache compiled Go files' errors.