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 <sean@liao.dev> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 221d88c commit d5156da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

collate/build/contract_test.go

Lines changed: 0 additions & 1 deletion
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)