Fix test_kwarg_eval_memory_leak
Hash.new no longer takes keyword arguments except for capacity, so we should just use a method that takes keyword arguments instead.
Fix test_kwarg_eval_memory_leak
Hash.new no longer takes keyword arguments except for capacity, so we
should just use a method that takes keyword arguments instead.