We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1b420 commit 11e8948Copy full SHA for 11e8948
tests/regression/03-practical/31-zstd-cctxpool-blobs.c
@@ -22,8 +22,8 @@ int main() {
22
ZSTDMT_CCtxPool* const cctxPool = calloc(1, sizeof(ZSTDMT_CCtxPool));
23
cctxPool->cctx[0] = malloc(sizeof(ZSTD_CCtx));
24
if (!cctxPool->cctx[0]) // TODO NOWARN
25
- __goblint_check(1); // TODO reachable
+ __goblint_check(1); // reachable
26
else
27
28
return 0;
29
}
0 commit comments