summaryrefslogtreecommitdiffstats
path: root/src/kword_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kword_test.c')
-rw-r--r--src/kword_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kword_test.c b/src/kword_test.c
index 2e6640b8b1..927c4fd0cd 100644
--- a/src/kword_test.c
+++ b/src/kword_test.c
@@ -21,7 +21,6 @@
/* This file has to be included because the tested functions are static */
#include "charset.c"
-#ifdef FEAT_MBYTE
/*
* Test the results of vim_iswordc() and vim_iswordp() are matched.
*/
@@ -73,13 +72,10 @@ test_isword_funcs_utf8(void)
}
}
}
-#endif
int
main(void)
{
-#ifdef FEAT_MBYTE
test_isword_funcs_utf8();
-#endif
return 0;
}