]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove superfluous check in TestIssue34788Android386TLSSequence
authorTobias Klauser <tklauser@distanz.ch>
Tue, 25 Aug 2020 13:19:50 +0000 (15:19 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 25 Aug 2020 14:47:39 +0000 (14:47 +0000)
commit02f445258c284f295d8648078d6cc15836670756
tree2dc96b605eaf2f1825657262970bc820c66635ac
parentbb54a855a9b5733569f40ac19a2c338b87c23d14
cmd/link: remove superfluous check in TestIssue34788Android386TLSSequence

err != nil is already checked in the if condition one line above.

Change-Id: If36cdb41016f7be98a65be0a7211d85cd6017f87
Reviewed-on: https://go-review.googlesource.com/c/go/+/250477
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/link_test.go