patch 7.4.2208
Problem:    Test for mappings is old style.
Solution:   Convert the test to new style.
diff --git a/src/Makefile b/src/Makefile
index dbfa90b..84ebdc6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2028,7 +2028,6 @@
 	test_listchars \
 	test_listlbr \
 	test_listlbr_utf8 \
-	test_mapping \
 	test_marks \
 	test_nested_function \
 	test_search_mbyte \
@@ -2094,6 +2093,7 @@
 	test_largefile \
 	test_lispwords \
 	test_man \
+	test_mapping \
 	test_match \
 	test_matchadd_conceal \
 	test_matchadd_conceal_utf8 \