aboutsummaryrefslogtreecommitdiffstats
path: root/gocapturedrefrace_test.go
AgeCommit message (Collapse)Author
2023-05-16Add automated testTeddy Wing
Follow `golang.org/x/tools/go/analysis/passes/testinggoroutine` to write the test runner: https://github.com/golang/tools/blob/1c9fe3f82c363b929ef7239ca0ad8a5dafbbcf05/go/analysis/passes/testinggoroutine/testinggoroutine_test.go Add "want" comments to test code for validation.