summaryrefslogtreecommitdiff
path: root/tests/roundTripCrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roundTripCrash.c')
-rw-r--r--tests/roundTripCrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roundTripCrash.c b/tests/roundTripCrash.c
index 180fa9b6f6dc..7d937fceebc0 100644
--- a/tests/roundTripCrash.c
+++ b/tests/roundTripCrash.c
@@ -94,7 +94,7 @@ static size_t cctxParamRoundTripTest(void* resultBuff, size_t resultBuffCapacity
/* Set parameters */
CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_p_compressionLevel, cLevel) );
- CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_p_nbThreads, 2) );
+ CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_p_nbWorkers, 2) );
CHECK_Z( ZSTD_CCtxParam_setParameter(cctxParams, ZSTD_p_overlapSizeLog, 5) );