summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fixers/test_astyle_fixer_callback.vader2
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('%'))