Mercurial > prosody-hg
diff tests/test_util_cache.lua @ 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 | 688a7f5d3624 |
| children | 5c4527f2d18d |
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
