Remove fuzzing testcases
This commit is contained in:
parent
3f51dd25c7
commit
172717c0c5
@ -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("")
|
||||
|
Loading…
Reference in New Issue
Block a user