Added one more missing "fall through" comment in tests.
This commit is contained in:
@@ -72,6 +72,7 @@ nxt_lvlhsh_unit_test_add(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto,
|
|||||||
case NXT_DECLINED:
|
case NXT_DECLINED:
|
||||||
nxt_thread_log_alert("lvlhsh unit test failed: "
|
nxt_thread_log_alert("lvlhsh unit test failed: "
|
||||||
"key %p is already in hash", key);
|
"key %p is already in hash", key);
|
||||||
|
/* Fall through. */
|
||||||
default:
|
default:
|
||||||
return NXT_ERROR;
|
return NXT_ERROR;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user