diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-30 21:54:41 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-30 21:54:41 -0400 |
commit | e2d1e54eb5ac65e2320ac8ce977e70c7016591c4 (patch) | |
tree | 8023db7d03fb49782cf98f9b93cbcc56302cfe64 | |
parent | 84a413350c30130b084097a09bfab72e0a323406 (diff) | |
download | ale-e2d1e54eb5ac65e2320ac8ce977e70c7016591c4.zip |
doc: Meaningless comment to kick CI from hang
-rw-r--r-- | test/fixers/test_astyle_fixer_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixers/test_astyle_fixer_callback.vader b/test/fixers/test_astyle_fixer_callback.vader index 086d283c..ac756870 100644 --- a/test/fixers/test_astyle_fixer_callback.vader +++ b/test/fixers/test_astyle_fixer_callback.vader @@ -57,7 +57,7 @@ Execute(The astyle callback should support cpp files with option file set): \ }, \ ale#fixers#astyle#Fix(bufnr('')) -Execute(The astyle callback should return the correct default values with an option file set): +Execute(The astyle callback should return the correct default values with a specified option file): call ale#test#SetFilename('../c_files/testfile.c') let g:ale_c_astyle_project_options = '.astylerc_c' let targetfile = bufname(bufnr('%')) |