summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-01 20:53:38 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-01 20:53:38 +0100
commit21d7c9b601f3048e1293ecd6c09b8325a15503cd (patch)
tree9a89eeae8a68b5af9eca6469b7b4ecdb67443abf /src/Makefile
parent4e032e1b17c92e1bb4b94be7f487d6be725274ac (diff)
patch 8.0.0289: no test for "ga" and :asciiv8.0.0289
Problem: No test for "ga" and :ascii. Solution: Add a test. (Dominique Pelle, closes #1429)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 922a09bfd5..65c7881e5d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2127,8 +2127,9 @@ test_arglist \
test_fnameescape \
test_fnamemodify \
test_fold \
- test_glob2regpat \
+ test_ga \
test_gf \
+ test_glob2regpat \
test_gn \
test_goto \
test_gui \