Software /
code /
prosody
Changeset
7484:d962ccf90735
test_util_cache: remove unused argument c3 [luacheck]
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Jul 2016 17:30:23 +0800 |
parents | 7483:8c5320a4bfaf |
children | 7485:5c4527f2d18d |
files | tests/test_util_cache.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test_util_cache.lua Sat Jul 09 13:52:57 2016 +0800 +++ b/tests/test_util_cache.lua Sat Jul 09 17:30:23 2016 +0800 @@ -219,7 +219,7 @@ local evicted_key, evicted_value; - local c3 = new(1, function (_key, _value, c3) + local c3 = new(1, function (_key, _value) evicted_key, evicted_value = _key, _value; if _key == "a" then -- Sanity check for what we're evicting