summaryrefslogtreecommitdiff
path: root/tests/modula2.exp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-04 10:04:24 +0000
committerBruno Haible <bruno@clisp.org>2003-04-04 10:04:24 +0000
commitec3d1127fa7742bd291bfe039fd76b4d2381da6f (patch)
tree00b6e3fcb77aa8b2e9fa88676daa78fddd07345a /tests/modula2.exp
parent68f03b3ea7cd6b2df10d395caf52652da7ca0df6 (diff)
downloadgperf-ec3d1127fa7742bd291bfe039fd76b4d2381da6f.tar.gz
Change the positions to be 0-based, instead of 1-based.
Diffstat (limited to 'tests/modula2.exp')
-rw-r--r--tests/modula2.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modula2.exp b/tests/modula2.exp
index f0f033d..a38ba5e 100644
--- a/tests/modula2.exp
+++ b/tests/modula2.exp
@@ -54,7 +54,6 @@ hash (str, len)
switch (len)
{
default:
- case 8:
hval += asso_values[(unsigned char)str[7]];
case 7:
hval += asso_values[(unsigned char)str[6]];