🧸Remove useless test cases

This commit is contained in:
Andy Pan 2019-07-27 13:10:11 +08:00
parent 61660e2109
commit a1888b140c
1 changed files with 0 additions and 4 deletions

View File

@ -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)
}