From dcc8fcf0b9d819357d5ec9beb36cf698e600e809 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 3 Sep 2019 13:29:49 +0200 Subject: tests: assert:set_parameter('TableFormatLevel', 100) #10925 luassert uses 3 by default, which is often not enough. Instead of documenting how to increase it, let's use a more fitting (sane) default of 100 levels. --- test/functional/api/vim_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/api') diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 851feddb54..5df86b3261 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -1568,7 +1568,6 @@ describe('API', function() return ('%s(%s)%s'):format(typ, args, rest) end end - assert:set_parameter('TableFormatLevel', 1000000) require('test.unit.viml.expressions.parser_tests')( it_maybe_pending, _check_parsing, hl, fmtn) end) -- cgit