]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: remove special handling for .go1 files in tests
authorRobert Griesemer <gri@golang.org>
Wed, 19 Oct 2022 21:29:26 +0000 (14:29 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 19 Oct 2022 21:47:37 +0000 (21:47 +0000)
commit8265683dda363d00f94e86ce8c5aa86c7b2bd2a4
tree541727ce608277c5dd2280cd27431fb5d89dd9b0
parentbfcc3a755cbd9b5c38a4961f1df76c4db0d41442
go/types: remove special handling for .go1 files in tests

All but local tests are now shared and reside in internal/types;
and there are no .go1 files anymore.

Change-Id: I3f8374e85639348de3cb8b568a7a05df5f9c2a38
Reviewed-on: https://go-review.googlesource.com/c/go/+/444276
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
src/go/types/check_test.go