diff options
Diffstat (limited to 'test/test_resolve_local_path.vader')
-rw-r--r-- | test/test_resolve_local_path.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_resolve_local_path.vader b/test/test_resolve_local_path.vader index 125ae2ff..3f0fb20a 100644 --- a/test/test_resolve_local_path.vader +++ b/test/test_resolve_local_path.vader @@ -8,7 +8,7 @@ Execute(We should be able to find the local version of a file): call ale#test#SetFilename('top/middle/bottom/dummy.txt') AssertEqual - \ ale#path#Winify(expand('%:p:h:h:h:h') . '/top/example.ini'), + \ ale#path#Simplify(expand('%:p:h:h:h:h') . '/top/example.ini'), \ ale#path#ResolveLocalPath(bufnr('%'), 'example.ini', '/global/config.ini') Execute(We shouldn't find anything for files which don't match): |