Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/testUtils: fix lost previous test function name
targetArgs mutates the testconfig.functions, that's an alias of lastTestConfig. A better fix is probably to avoid the alias at the first place and store a complete clone as the lastTestConfig, but I don't know how efficiently that can be done. But anyway, mutating the configuration on the fly is not desirable. So, avoid it. Fixes golang#269 Change-Id: I29651f07e555b5e604ca1c9901fc0572f3a553cf GitHub-Last-Rev: e2297a0 GitHub-Pull-Request: golang#272 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240517 Reviewed-by: Rebecca Stambler <[email protected]>
- Loading branch information