diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-22 22:31:46 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-22 22:31:46 +0100 |
commit | 846bfb47b2e213c5627eb614f7a436089c1b4896 (patch) | |
tree | d38fea57c2c4ad6ce017b891c4e4b625160a97ef /test/fix | |
parent | 81a8c77d2062fb7b9bb85d2835a64f01b80bb2a4 (diff) | |
download | ale-846bfb47b2e213c5627eb614f7a436089c1b4896.zip |
Remove the redundant fix_buffer_data vars and filename variables
Diffstat (limited to 'test/fix')
-rw-r--r-- | test/fix/test_ale_fix.vader | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader index 80eda4a0..14206d8d 100644 --- a/test/fix/test_ale_fix.vader +++ b/test/fix/test_ale_fix.vader @@ -552,8 +552,6 @@ Execute(ale#fix#InitBufferData() should set up the correct data): AssertEqual { \ bufnr(''): { \ 'temporary_directory_list': [], - \ 'vars': b:, - \ 'filename': ale#path#Simplify(getcwd() . '/fix_test_file'), \ 'done': 0, \ 'lines_before': ['a', 'b', 'c'], \ 'should_save': 1, |