Added one more missing "fall through" comment in tests.

This commit is contained in:
Valentin Bartenev
2017-05-10 19:26:56 +03:00
parent ed38d86abb
commit 9d16e1808b

View File

@@ -72,6 +72,7 @@ nxt_lvlhsh_unit_test_add(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto,
case NXT_DECLINED:
nxt_thread_log_alert("lvlhsh unit test failed: "
"key %p is already in hash", key);
/* Fall through. */
default:
return NXT_ERROR;
}