summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-03-12 21:48:40 +0000
committerw0rp <devw0rp@gmail.com>2017-03-12 21:48:40 +0000
commitf25a54326054d1403047523e0e1bdf75d5cfc9c9 (patch)
tree573006686e79f4efe25a63630aafafed2c4675db /test
parenta4ae5ca997c933fa109a850fe0d65615a3af4625 (diff)
downloadale-f25a54326054d1403047523e0e1bdf75d5cfc9c9.zip
Don't save the sign ID on loclist items. This approach won't work.
Diffstat (limited to 'test')
-rw-r--r--test/test_linting_updates_loclist.vader2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_linting_updates_loclist.vader b/test/test_linting_updates_loclist.vader
index 2e106d05..06f11d8b 100644
--- a/test/test_linting_updates_loclist.vader
+++ b/test/test_linting_updates_loclist.vader
@@ -13,7 +13,6 @@ Before:
\ 'type': 'W',
\ 'col': 10,
\ 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]',
- \ 'sign_id': 1000001,
\ },
\ {
\ 'lnum': 2,
@@ -24,7 +23,6 @@ Before:
\ 'type': 'E',
\ 'col': 10,
\ 'text': 'Missing semicolon. [Error/semi]',
- \ 'sign_id': 1000002,
\ }
\]