Skip to content

Commit d5156da

Browse files
alexandeargopherbot
authored andcommitted
collate/build: do not use println in tests
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]>
1 parent 221d88c commit d5156da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: collate/build/contract_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ func TestPrintContractionTrieSet(t *testing.T) {
247247
print(&testdata, buf, "test")
248248
if contractTrieOutput != buf.String() {
249249
t.Errorf("output differs; found\n%s", buf.String())
250-
println(string(buf.Bytes()))
251250
}
252251
}
253252

0 commit comments

Comments
 (0)