]> Cypherpunks repositories - gostls13.git/commit
runtime: remove stray errno check from TestSignalM
authorTom Thorogood <me+google@tomthorogood.co.uk>
Sun, 17 Nov 2019 12:33:22 +0000 (12:33 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 18 Nov 2019 05:26:46 +0000 (05:26 +0000)
commit2bde3c13f6e31662c682f1b5830c5e3fd9f5494c
treee7c273cce66827c8f9ab4cbf14b946158d2fbe7c
parent6ba0be16391697bdaab7d8f836b66921977d5474
runtime: remove stray errno check from TestSignalM

CL 206078 introduced a stray errno check that was always false. This CL removes it.

Updates #35276

Change-Id: I6996bb595d347fe81752786a3d83d3432735c9cb
GitHub-Last-Rev: e026e71b16c8532ad707a0b43b4f02c7a366257e
GitHub-Pull-Request: golang/go#35650
Reviewed-on: https://go-review.googlesource.com/c/go/+/207577
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_unix_test.go