summaryrefslogtreecommitdiff
path: root/tests/modula2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modula2.exp')
-rw-r--r--tests/modula2.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modula2.exp b/tests/modula2.exp
index 50f1c48..c6c8806 100644
--- a/tests/modula2.exp
+++ b/tests/modula2.exp
@@ -75,7 +75,7 @@ hash (register const char *str, register unsigned int len)
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156
};
- register int hval = 0;
+ register unsigned int hval = 0;
switch (len)
{