fix: compile error in proc test

This commit is contained in:
Shengliang Guan 2022-05-17 20:33:51 +08:00
parent 00a69a4d57
commit 75fd35c94f
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2022
*
*/
#if 0
#include <gtest/gtest.h>
#include "tlog.h"
#include "tprocess.h"
@ -260,3 +260,5 @@ TEST_F(UtilTesProc, 03_Handle) {
dmCleanupProc(cproc);
taosDropShm(&shm);
}
#endif