Skip to content

Commit

Permalink
collate/build: do not use println in tests
Browse files Browse the repository at this point in the history
Change-Id: I4f50430a35b009618c4762c74c418919dc54cdb1
Reviewed-on: https://go-review.googlesource.com/c/text/+/634495
Reviewed-by: Sean Liao <[email protected]>
Auto-Submit: Sean Liao <[email protected]>
Reviewed-by: Junyang Shao <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
alexandear authored and gopherbot committed Mar 3, 2025
1 parent 221d88c commit d5156da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collate/build/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ func TestPrintContractionTrieSet(t *testing.T) {
print(&testdata, buf, "test")
if contractTrieOutput != buf.String() {
t.Errorf("output differs; found\n%s", buf.String())
println(string(buf.Bytes()))
}
}

Expand Down

0 comments on commit d5156da

Please sign in to comment.