summaryrefslogtreecommitdiff
path: root/tests/chill.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chill.exp')
-rw-r--r--tests/chill.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chill.exp b/tests/chill.exp
index 7007f4d..401b6b8 100644
--- a/tests/chill.exp
+++ b/tests/chill.exp
@@ -78,7 +78,7 @@ hash (str, len)
1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050,
1050, 1050, 1050, 1050, 1050, 1050, 1050
};
- register int hval = len;
+ register unsigned int hval = len;
switch (hval)
{