Skip to content

Commit 11e8948

Browse files
committed
Mark fixed TODOs in 03-practical/31-zstd-cctxpool-blobs
1 parent 2d1b420 commit 11e8948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/03-practical/31-zstd-cctxpool-blobs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ int main() {
2222
ZSTDMT_CCtxPool* const cctxPool = calloc(1, sizeof(ZSTDMT_CCtxPool));
2323
cctxPool->cctx[0] = malloc(sizeof(ZSTD_CCtx));
2424
if (!cctxPool->cctx[0]) // TODO NOWARN
25-
__goblint_check(1); // TODO reachable
25+
__goblint_check(1); // reachable
2626
else
27-
__goblint_check(1); // TODO reachable
27+
__goblint_check(1); // reachable
2828
return 0;
2929
}

0 commit comments

Comments
 (0)