aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index c6f5db5..af9538b 100644
--- a/test.c
+++ b/test.c
@@ -1243,7 +1243,7 @@ main(void)
double ddur;
int r;
memset(&params, 0, sizeof(params));
- params.m_cost = (uint_least32_t)1 << 18;
+ params.m_cost = 8;
params.t_cost = 1;
params.lanes = 1;
params.saltlen = 8;