Skip to content

Commit

Permalink
add glog so ci tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Mar 8, 2018
1 parent 5b8786b commit a50a47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions types/logroot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ package types
import (
"reflect"
"testing"

"github.com/google/trillian/testonly"
)

var dh = testonly.MustHexDecode

func TestLogRoot(t *testing.T) {
for _, logRoot := range []*LogRootV1{
{
Expand Down
2 changes: 2 additions & 0 deletions types/maproot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ package types
import (
"reflect"
"testing"

_ "github.com/golang/glog" // Don't crash when --logtostderr is supplied
)

func TestMapRoot(t *testing.T) {
Expand Down

0 comments on commit a50a47e

Please sign in to comment.