aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/check.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/check.vim')
-rw-r--r--test/old/testdir/check.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/check.vim b/test/old/testdir/check.vim
index 680a59006b..281514db17 100644
--- a/test/old/testdir/check.vim
+++ b/test/old/testdir/check.vim
@@ -168,7 +168,7 @@ endfunc
" Command to check for not running under ASAN
command CheckNotAsan call CheckNotAsan()
func CheckNotAsan()
- if execute('version') =~# '-fsanitize=[a-z,]*\<address\>'
+ if execute('verbose version') =~# '-fsanitize=[a-z,]*\<address\>'
throw 'Skipped: does not work with ASAN'
endif
endfunc