fix: compile error in proc test
This commit is contained in:
parent
00a69a4d57
commit
75fd35c94f
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Copyright (c) 2022
|
* @copyright Copyright (c) 2022
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include "tlog.h"
|
#include "tlog.h"
|
||||||
#include "tprocess.h"
|
#include "tprocess.h"
|
||||||
|
@ -260,3 +260,5 @@ TEST_F(UtilTesProc, 03_Handle) {
|
||||||
dmCleanupProc(cproc);
|
dmCleanupProc(cproc);
|
||||||
taosDropShm(&shm);
|
taosDropShm(&shm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue