diff options
Diffstat (limited to 'test/handler')
-rw-r--r-- | test/handler/test_coffeelint_handler.vader | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/handler/test_coffeelint_handler.vader b/test/handler/test_coffeelint_handler.vader index 2d56e7c8..10370221 100644 --- a/test/handler/test_coffeelint_handler.vader +++ b/test/handler/test_coffeelint_handler.vader @@ -6,7 +6,6 @@ Execute(The coffeelint handler should parse lines correctly): \ { \ 'bufnr': 347, \ 'lnum': 125, - \ 'col': 1, \ 'text': "Line exceeds maximum allowed length Length is 122, max is 120.", \ 'type': 'E', \ }, |