]> Cypherpunks repositories - gostls13.git/commit
test/nilptr: add more tests
authorRuss Cox <rsc@golang.org>
Fri, 6 Sep 2013 03:06:34 +0000 (23:06 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 6 Sep 2013 03:06:34 +0000 (23:06 -0400)
commit1116f74e08a8ccd551830c239c3ee20668ad2c5f
treea16b1da51f8e851d333439daf74f3638b2db954c
parent46f96079df8298796883bfb83832a9cc6f1d765d
test/nilptr: add more tests

These tests were suggested in golang.org/issue/6080.
They were fixed as part of the new nil pointer checks
that I added a few weeks ago.

Recording the tests as part of marking the issue closed.

Fixes #6080.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/13255049
test/nilptr.go