From 172717c0c58fe0f0facf7e36f637ab0c436a1ab7 Mon Sep 17 00:00:00 2001 From: Thomas Jager Date: Fri, 31 Jul 2015 21:34:27 +0200 Subject: [PATCH] Remove fuzzing testcases --- irc_test.go | 5 ----- 1 file changed, 5 deletions(-) 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("")