Remove fuzzing testcases

This commit is contained in:
Thomas Jager 2015-07-31 21:34:27 +02:00
parent 3f51dd25c7
commit 172717c0c5

View File

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