From a1888b140c7110237743178bb1afd2c86a8dac99 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sat, 27 Jul 2019 13:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B8Remove=20useless=20test=20cases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ants_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ants_test.go b/ants_test.go index 31c9a9f..015969e 100644 --- a/ants_test.go +++ b/ants_test.go @@ -480,8 +480,4 @@ func TestRestCodeCoverage(t *testing.T) { ppremWithFunc.Tune(TestSize / 10) t.Logf("pre-malloc pool with func, after tuning capacity, capacity:%d, running:%d", ppremWithFunc.Cap(), ppremWithFunc.Running()) - - // Test for "goto" - p0.Submit(demoFunc) - p.Invoke(Param) }