Yasuhiro Matsumoto 8 年 前
コミット
ded68f7a95
1 ファイル変更1 行追加0 行削除
  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 {