Skip to content

Commit

Permalink
Remove unneeded TODO
Browse files Browse the repository at this point in the history
As of Go 1.19, GOROOT/bin is on the PATH so no further improvements are
needed here.
  • Loading branch information
cespare committed Dec 2, 2022
1 parent f109b2a commit 9b384c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xxhash_unsafe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ func TestInlining(t *testing.T) {
"(*Digest).WriteString": {},
}

// TODO: it would be better to use the go binary that is running
// 'go test' (if we are running under 'go test').
cmd := exec.Command("go", "test", "-gcflags=-m", "-run", "xxxx")
out, err := cmd.CombinedOutput()
if err != nil {
Expand Down

0 comments on commit 9b384c6

Please sign in to comment.