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/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#if 0
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <taoserror.h> #include <taoserror.h>
@ -477,3 +478,4 @@ TEST(testCase, NoneTest) {
taosMemoryFree(pTSchema); taosMemoryFree(pTSchema);
} }
#endif #endif
#endif