Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 27, 2017
1 parent 1e38820 commit ded68f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colorable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestNonColorableNil(t *testing.T) {
paniced = true
}()
NewNonColorable(nil)
NewColorable(nil)
}()

if !paniced {
Expand Down

0 comments on commit ded68f7

Please sign in to comment.