summaryrefslogtreecommitdiff
path: root/src/testdir/test_expand_dllpath.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_expand_dllpath.vim')
-rw-r--r--src/testdir/test_expand_dllpath.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/test_expand_dllpath.vim b/src/testdir/test_expand_dllpath.vim
index e69e7e1b3..d8ab41668 100644
--- a/src/testdir/test_expand_dllpath.vim
+++ b/src/testdir/test_expand_dllpath.vim
@@ -1,5 +1,3 @@
-scriptencoding utf-8
-
func s:test_expand_dllpath(optname)
let $TEST_EXPAND_DLLPATH = '/dllpath/lib' . substitute(a:optname, '\zedll$', '.', '')
execute 'let dllpath_save = &' . a:optname