]> Cypherpunks repositories - gostls13.git/commit
test: fix nilptr3 check for wasm
authorTobias Klauser <tklauser@distanz.ch>
Wed, 5 Sep 2018 09:39:59 +0000 (11:39 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 5 Sep 2018 09:57:32 +0000 (09:57 +0000)
commitd7fc2205d44e5cc2b1b0161bc71084e8f5eea54e
tree6900b937615d85a3b80edd5340cdf5412c9d8e7f
parentfc5edaca30801f2d1acb7a9d39943638e6d4c1c1
test: fix nilptr3 check for wasm

CL 131735 only updated nilptr3.go for the adjusted nil check. Adjust
nilptr3_wasm.go as well.

Change-Id: I4a6257d32bb212666fe768dac53901ea0b051138
Reviewed-on: https://go-review.googlesource.com/133495
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/nilptr3_wasm.go