]> Cypherpunks repositories - gostls13.git/commit
syscall: add missing err check in test
authorTobias Klauser <tklauser@distanz.ch>
Wed, 29 Nov 2017 10:38:03 +0000 (11:38 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 29 Nov 2017 15:52:59 +0000 (15:52 +0000)
commitc3aeeef584abb98e9d442193ab37bc89a5f5300b
treed701c5cb5d56a4bc76e87b30af2d0ca9e509df02
parent21672b36eb0ad3bf1e2220b247900b2c63664464
syscall: add missing err check in test

Follow CL 75810 which did the same for x/sys/unix.

Change-Id: I6314a97989631d589369c7b6001d1523ec2cc242
Reviewed-on: https://go-review.googlesource.com/80555
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/syscall_unix_test.go