diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-28 23:28:25 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-28 23:28:25 -0400 |
commit | 7d40d0a16f29370f68fafe4c4814796e4eb260a0 (patch) | |
tree | 7630acaea4f259293603ea5a7faa2376d82e79c4 /test/fixers | |
parent | a9b2f6362d45bef8cd05de29dd83ebb6c148f408 (diff) | |
download | ale-7d40d0a16f29370f68fafe4c4814796e4eb260a0.zip |
chore: Distinguish test value name
Diffstat (limited to 'test/fixers')
-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 f67ab5e2..f64c6784 100644 --- a/test/fixers/test_astyle_fixer_callback.vader +++ b/test/fixers/test_astyle_fixer_callback.vader @@ -49,7 +49,7 @@ Execute(The astyle callback should support cpp files with option file set): Execute(The astyle callback should return the correct default values with an option file set): call ale#test#SetFilename('../c_files/testfile.c') - let g:ale_c_astyle_project_options = '.astylerc' + let g:ale_c_astyle_project_options = '.astylerc_c' AssertEqual \ { |