diff options
author | w0rp <devw0rp@gmail.com> | 2019-01-26 19:33:52 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-01-26 19:33:52 +0000 |
commit | cf14d0aa53e9b51f4987dbfd3913183901bb2805 (patch) | |
tree | 8b4cbeeee01c2c40cdc725ddddcfa31cec85ccd1 /test/test_sandbox_execution.vader | |
parent | f12d312aa4aa49c4698056933030cd5adb60b489 (diff) | |
download | ale-cf14d0aa53e9b51f4987dbfd3913183901bb2805.zip |
#2132 Unify temporary file management in command.vim
Diffstat (limited to 'test/test_sandbox_execution.vader')
-rw-r--r-- | test/test_sandbox_execution.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sandbox_execution.vader b/test/test_sandbox_execution.vader index 5a4974ba..cf994ce8 100644 --- a/test/test_sandbox_execution.vader +++ b/test/test_sandbox_execution.vader @@ -59,7 +59,7 @@ Execute(ALE shouldn't blow up if file cleanup happens in a sandbox): \ 'temporary_file_list': ['/tmp/foo'], \ 'temporary_directory_list': ['/tmp/bar'], \} - sandbox call ale#engine#RemoveManagedFiles(3) + sandbox call ale#command#RemoveManagedFiles(3) AssertEqual ['/tmp/foo'], g:ale_buffer_info[3].temporary_file_list AssertEqual ['/tmp/bar'], g:ale_buffer_info[3].temporary_directory_list |