fix gtest compile error

This commit is contained in:
Hongze Cheng 2022-09-21 16:08:51 +08:00
parent f8619dfbe8
commit f870f7e453
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if 0
#include <gtest/gtest.h>
#include <taoserror.h>
@ -476,4 +477,5 @@ TEST(testCase, NoneTest) {
taosArrayDestroy(pArray);
taosMemoryFree(pTSchema);
}
#endif
#endif