]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add two error position tests for the typechecker
authorTobias Klauser <tklauser@distanz.ch>
Thu, 12 Oct 2017 11:49:49 +0000 (13:49 +0200)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 12 Oct 2017 20:50:20 +0000 (20:50 +0000)
commitfd9fac2c7c9ca94795cfcb1270c8373d645af17b
tree2d1e44a95f6fb369865a859485dc4544d516ef7a
parent53bbddd52724e439c751f445675f3eff5068d523
cmd/compile: add two error position tests for the typechecker

Follow CL 41477 and add two more line position tests for yyerror calls
in the typechecker which are currently not tested.

Update #19683

Change-Id: Iacd865195a3bfba87d8c22655382af267aba47a9
Reviewed-on: https://go-review.googlesource.com/70251
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
test/method2.go
test/method6.go [new file with mode: 0644]