Skip to content

Commit

Permalink
make test shutup
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc1 committed Jun 1, 2018
1 parent 461a8e1 commit 5106795
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gen/pt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
package gen

import (
"github.com/irifrance/gini"
"log"
"testing"

"github.com/irifrance/gini"
)

func TestPart(t *testing.T) {
Expand All @@ -17,7 +18,8 @@ func TestPart(t *testing.T) {
}
}
for i, e := range elts {
log.Printf("%d %d\n", i, e)
_, _ = i, e
//log.Printf("%d %d\n", i, e)
}
}

Expand Down

0 comments on commit 5106795

Please sign in to comment.