summaryrefslogtreecommitdiff
path: root/test/test_typecheck_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_typecheck_handler.vader')
-rw-r--r--test/test_typecheck_handler.vader4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_typecheck_handler.vader b/test/test_typecheck_handler.vader
index 2f8a219b..e42bcaf3 100644
--- a/test/test_typecheck_handler.vader
+++ b/test/test_typecheck_handler.vader
@@ -6,20 +6,16 @@ Execute(The typecheck handler should parse lines correctly):
\ {
\ 'bufnr': 347,
\ 'lnum': 16,
- \ 'vcol': 0,
\ 'col': 7,
\ 'text': "Type 'A' is not assignable to type 'B'",
\ 'type': 'E',
- \ 'nr': -1,
\ },
\ {
\ 'bufnr': 347,
\ 'lnum': 7,
- \ 'vcol': 0,
\ 'col': 41,
\ 'text': "Property 'a' does not exist on type 'A'",
\ 'type': 'E',
- \ 'nr': -1,
\ },
\ ],
\ ale_linters#typescript#typecheck#Handle(347, [