summaryrefslogtreecommitdiff
path: root/src/testdir/test_expr_utf8.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_expr_utf8.vim')
-rw-r--r--src/testdir/test_expr_utf8.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testdir/test_expr_utf8.vim b/src/testdir/test_expr_utf8.vim
index 1737a9f74..fad725d2e 100644
--- a/src/testdir/test_expr_utf8.vim
+++ b/src/testdir/test_expr_utf8.vim
@@ -1,7 +1,4 @@
" Tests for expressions using utf-8.
-if !has('multi_byte')
- finish
-endif
func Test_strgetchar()
call assert_equal(char2nr('á'), strgetchar('áxb', 0))