summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorChrist van Willegen <cvwillegen@gmail.com>2023-08-13 18:03:14 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-13 18:06:00 +0200
commit0c6181fec4c362eb9682d5af583341eb20cb1af5 (patch)
treee28ab76bd05d019ae45dee9286ab32f827513cc4 /src/testdir/Make_all.mak
parent1688938dd5ac78ab67e54299b9d5b93499dba762 (diff)
patch 9.0.1704: Cannot use positional arguments for printf()v9.0.1704
Problem: Cannot use positional arguments for printf() Solution: Support positional arguments in string formatting closes: #12140 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index f198217169..fbdc3c7ee8 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -150,6 +150,7 @@ NEW_TESTS = \
test_fnameescape \
test_fnamemodify \
test_fold \
+ test_format \
test_functions \
test_function_lists \
test_ga \