From f25a54326054d1403047523e0e1bdf75d5cfc9c9 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 12 Mar 2017 21:48:40 +0000 Subject: Don't save the sign ID on loclist items. This approach won't work. --- test/test_linting_updates_loclist.vader | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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, \ } \] -- cgit v1.2.3