diff options
author | w0rp <devw0rp@gmail.com> | 2019-08-02 09:09:10 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-08-02 09:09:10 +0100 |
commit | dd1e1025b8a9b13cb7966bf2baa3e6b42a862857 (patch) | |
tree | feb86095d4535a7d0e9a205b36008e41d1696963 /test/fixers/test_gomod_fixer_callback.vader | |
parent | 3ae01ba24967a37e5a41626673422be53e188026 (diff) | |
download | ale-dd1e1025b8a9b13cb7966bf2baa3e6b42a862857.zip |
Fix #2668 - Set g:ale_go_go111module
Diffstat (limited to 'test/fixers/test_gomod_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_gomod_fixer_callback.vader | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixers/test_gomod_fixer_callback.vader b/test/fixers/test_gomod_fixer_callback.vader index 40658223..422caf63 100644 --- a/test/fixers/test_gomod_fixer_callback.vader +++ b/test/fixers/test_gomod_fixer_callback.vader @@ -1,5 +1,6 @@ Before: Save g:ale_go_go_executable + Save g:ale_go_go111module " Use an invalid global executable, so we don't match it. let g:ale_go_go_executable = 'xxxinvalid' @@ -9,6 +10,8 @@ Before: After: Restore + unlet! b:ale_go_go111module + call ale#test#RestoreDirectory() Execute(The gomod callback should return the correct default values): |