]> Cypherpunks repositories - gostls13.git/commit
test/syntax: remove interface.go
authorRobert Griesemer <gri@golang.org>
Tue, 6 Apr 2021 18:36:36 +0000 (11:36 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 6 Apr 2021 18:55:39 +0000 (18:55 +0000)
commitd57189e92b9b4cd6909aefbcee02e9cb6fc05cff
treec171c17a7b77ca4f335bdbd7cb20239c2d899429
parent55bac87bd690d5812b3e6640977a0568f14c0715
test/syntax: remove interface.go

The exact same test case covered by this file is also in
fixedbugs/bug121.go. No need for duplication.

Also, the actual syntax error tested (multiple method names
with a single signature) is an unlikely syntax error, and
only here for historical reasons (in the very beginning, this
was actually possible to write). Now, virtually nobody is making
this mistake.

Change-Id: I9d68e0aee2a63025f44e6338647f8250ecc3077a
Reviewed-on: https://go-review.googlesource.com/c/go/+/307789
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/syntax/interface.go [deleted file]