summaryrefslogtreecommitdiff
path: root/tests/c-parse.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c-parse.exp')
-rw-r--r--tests/c-parse.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/c-parse.exp b/tests/c-parse.exp
index d370941..1efb61b 100644
--- a/tests/c-parse.exp
+++ b/tests/c-parse.exp
@@ -80,7 +80,7 @@ hash (str, len)
126, 126, 126, 126, 126, 126, 126, 126, 126, 126,
126, 126, 126, 126, 126, 126
};
- register int hval = len;
+ register unsigned int hval = len;
switch (hval)
{