summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-07 09:50:11 +0000
committerBruno Haible <bruno@clisp.org>2003-04-07 09:50:11 +0000
commit2535f34494011d57d9603d6e44604d357f83a4b0 (patch)
treeb64db3a05de58cdd2af82157b5218a13fd318b83 /tests
parentec3d1127fa7742bd291bfe039fd76b4d2381da6f (diff)
downloadgperf-2535f34494011d57d9603d6e44604d357f83a4b0.tar.gz
Move the handling of ALLCHARS (-k'*') into the Positions class.
Diffstat (limited to 'tests')
-rw-r--r--tests/chill.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chill.exp b/tests/chill.exp
index 089843f..4d90f67 100644
--- a/tests/chill.exp
+++ b/tests/chill.exp
@@ -55,7 +55,6 @@ hash (str, len)
switch (hval)
{
default:
- case 30:
hval += asso_values[(unsigned char)str[29]];
case 29:
hval += asso_values[(unsigned char)str[28]];