fix(query): fix an syntax error.

This commit is contained in:
Haojun Liao 2022-05-06 17:37:57 +08:00
parent 8ffdd1b715
commit 1315f8e510
1 changed files with 0 additions and 1 deletions

View File

@ -734,6 +734,5 @@ TEST(testCase, agg_query_tables) {
taos_free_result(pRes); taos_free_result(pRes);
taos_close(pConn); taos_close(pConn);
} }
#endif
#pragma GCC diagnostic pop #pragma GCC diagnostic pop