]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix TestLargeText
authoreric fang <eric.fang@arm.com>
Thu, 2 Jun 2022 06:54:50 +0000 (06:54 +0000)
committerEric Fang <eric.fang@arm.com>
Fri, 3 Jun 2022 00:13:09 +0000 (00:13 +0000)
commit7846e25418a087ca15122b88fc179405e26bf768
tree674a7d6f6e66bc4aef96c68dab9c6aaf60e5ce2a
parent74dc84a0e54f2ad1eaec07212b2908a1e55f5e93
cmd/link: fix TestLargeText

Do not need to add single quotes '' when passing the parameter value of
 the -ldflags option, otherwise the following error will be reported:
invalid value "'-linkmode=external'" for flag -ldflags: parameter may
not start with quote character.

Change-Id: I322fa7079ac24c8a68d9cb0872b0a20dbc4893d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/410074
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
src/cmd/link/linkbig_test.go