Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/types, types2: make sure info recording is executed in test runs
Issue #61486 causes a compiler crash but is not detected when running stand-alone type-checker tests because no types are recorded. Set up Config.Info map with all maps when when running local tests so that type/object recording code is executed during local tests. For #61486. Change-Id: I8eb40c8525dac3da65db0dc7e0e654842713b9a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/511657 Auto-Submit: Robert Griesemer <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Run-TryBot: Robert Griesemer <[email protected]> Reviewed-by: Alan Donovan <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information