| 332 | } |
| 333 | |
| 334 | void tearDown() { |
| 335 | TEST_ASSERT(GrB_finalize() == GrB_SUCCESS); |
| 336 | QueryGraph_Free(qg); |
| 337 | GraphContext *gc = QueryCtx_GetGraphCtx(); |
| 338 | GraphContext_DecreaseRefCount(gc); |
| 339 | QueryCtx_Free(); |
| 340 | } |
| 341 | |
| 342 | void test_algebraicExpression() { |
| 343 | RG_Matrix matrix = NULL; |
nothing calls this directly
no test coverage detected