| 125 | } |
| 126 | |
| 127 | void tearDown() { |
| 128 | TEST_ASSERT(GrB_finalize() == GrB_SUCCESS); |
| 129 | GraphContext *gc = QueryCtx_GetGraphCtx(); |
| 130 | GraphContext_DecreaseRefCount(gc); |
| 131 | QueryCtx_Free(); |
| 132 | } |
| 133 | |
| 134 | void test_createClause() { |
| 135 | const char **queries = array_new(const char *, 12); |
nothing calls this directly
no test coverage detected