aboutsummaryrefslogtreecommitdiff
path: root/src/unit/hash.unit
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit/hash.unit')
-rw-r--r--src/unit/hash.unit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/hash.unit b/src/unit/hash.unit
index 920abac..c303df9 100644
--- a/src/unit/hash.unit
+++ b/src/unit/hash.unit
@@ -131,7 +131,7 @@ suite Hash
131 131
132 test stress 132 test stress
133 { 133 {
134 srandom(time(NULL)); 134 srandom(12345);
135 135
136 IntStrHash hTest; 136 IntStrHash hTest;
137 IntStrHash hReUse; 137 IntStrHash hReUse;