diff --git a/irc_test.go b/irc_test.go index ad19d6c..7b9d856 100644 --- a/irc_test.go +++ b/irc_test.go @@ -1,16 +1,11 @@ package irc import ( - // "github.com/thoj/go-ircevent" "crypto/tls" "testing" "time" ) -func TestParserCrash1(t *testing.T) { - Fuzz([]byte("pRIVMSG \x01ACTION\x01")) -} - func TestConnectionEmtpyServer(t *testing.T) { irccon := IRC("go-eventirc", "go-eventirc") err := irccon.Connect("")