Yasuhiro Matsumoto %!s(int64=8) %!d(string=hai) anos
pai
achega
ded68f7a95
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      colorable_test.go

+ 1 - 0
colorable_test.go

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