]> Cypherpunks repositories - gostls13.git/commit
test: add more switch error handling tests
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 31 May 2016 22:01:05 +0000 (15:01 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 31 May 2016 22:29:36 +0000 (22:29 +0000)
commit8003e791549f011edcc2a9d1eacbd5674826d38c
treee47152e886837277cec96e5b5aed5ad43423e338
parent1846c632ee37681eb92fb27f7071a58bdf6d7a3c
test: add more switch error handling tests

Some of these errors are reported in the wrong places.
That’s issue #15911 and #15912.

Change-Id: Ia09d7f89be4d15f05217a542a61b6ac08090dd87
Reviewed-on: https://go-review.googlesource.com/23588
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/switch5.go [new file with mode: 0644]
test/switch6.go [new file with mode: 0644]