]> Cypherpunks.ru repositories - gostls13.git/commit
misc/cgo/testshared: correct test of gccgo version number
authorIan Lance Taylor <iant@golang.org>
Wed, 10 Nov 2021 17:35:59 +0000 (09:35 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 11 Nov 2021 04:54:05 +0000 (04:54 +0000)
commit4b27d40b508a1d37ffcd84a411408309804d2a2a
tree6acafbbbef89092c6e84a601c70572c2c168962e
parentd5a5a13ad987db9bcdda8c6cecb84ed8583ea68d
misc/cgo/testshared: correct test of gccgo version number

We still don't run the gccgo tests, because they don't run in module mode.
But now we at least get the version number check right.

Change-Id: Ifde4512c30605d1cb7e3a521f381a05c783549b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/362996
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
misc/cgo/testshared/shared_test.go