@@ -56,6 +56,7 @@ func TestNonColorableNil(t *testing.T) {
paniced = true
}()
NewNonColorable(nil)
+ NewColorable(nil)
if !paniced {