]> Cypherpunks repositories - gostls13.git/commit
test: add test for findTypeLoop with symbols from other packages
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 16 Feb 2021 18:14:19 +0000 (01:14 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 23 Feb 2021 04:10:09 +0000 (04:10 +0000)
commit1901e2647f5724df38e9a9a3756dad01704bc783
tree20714af3eab8b6e316fc981dac812e70a93eb2a1
parent5f3dabbb79fb3dc8eea9a5050557e9241793dce3
test: add test for findTypeLoop with symbols from other packages

CL 274294 improved findTypeLoop but also fixed a new found bug on master
branch. This Cl adds test cases for this.

Updates #44266

Change-Id: Ie4a07a3487758a1e4ad2f2847dcde975b10d2a77
Reviewed-on: https://go-review.googlesource.com/c/go/+/292889
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/fixedbugs/issue44266.go [new file with mode: 0644]