Skip to content

Commit b43928a

Browse files
committed
[typ] remove Println in TestShow()
1 parent 8b7a9bb commit b43928a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kadai3/imura81gt/typ/typing/typing_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func TestShow(t *testing.T) {
2424
for _, tc := range testcases {
2525
tc := tc // capture range variable. need to set when run parallel test.
2626

27-
fmt.Println(tc)
2827
t.Run(tc.caseName, func(t *testing.T) {
2928
t.Parallel()
3029
var buf bytes.Buffer

0 commit comments

Comments
 (0)