diff options
Diffstat (limited to 'test/test_loclist_corrections.vader')
-rw-r--r-- | test/test_loclist_corrections.vader | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_loclist_corrections.vader b/test/test_loclist_corrections.vader index e0a21da1..e6844d8e 100644 --- a/test/test_loclist_corrections.vader +++ b/test/test_loclist_corrections.vader @@ -303,7 +303,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf \ 'lnum': 2, \ 'col': 0, \ 'bufnr': bufnr(''), - \ 'filename': b:temp_name, \ 'vcol': 0, \ 'type': 'E', \ 'nr': -1, @@ -314,7 +313,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf \ 'lnum': 3, \ 'col': 0, \ 'bufnr': bufnr(''), - \ 'filename': b:temp_name, \ 'vcol': 0, \ 'type': 'E', \ 'nr': -1, |