From 619a539f2e87ac0d128cb81ce98f7c05a05d7747 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 17 Jun 2019 20:21:41 +0800 Subject: [PATCH] update unit test cases for gfpool --- g/os/gfpool/gfpool_z_unit_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/g/os/gfpool/gfpool_z_unit_test.go b/g/os/gfpool/gfpool_z_unit_test.go index 71587fadd..67946950a 100644 --- a/g/os/gfpool/gfpool_z_unit_test.go +++ b/g/os/gfpool/gfpool_z_unit_test.go @@ -76,7 +76,6 @@ func TestOpenErr(t *testing.T) { gtest.AssertEQ(err1, nil) stop(testFile) _, err1 = pool.File() - glog.Error(err1) gtest.AssertNE(err1, nil) }) }