summaryrefslogtreecommitdiff
path: root/tests/java.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java.exp')
-rw-r--r--tests/java.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/java.exp b/tests/java.exp
index 76d3b3c..e45d2ab 100644
--- a/tests/java.exp
+++ b/tests/java.exp
@@ -110,6 +110,7 @@ hash (str, len)
{
default:
hval += asso_values[(unsigned char)str[2]];
+ /*FALLTHROUGH*/
case 2:
case 1:
hval += asso_values[(unsigned char)str[0]];