From 0cd76e7aee143c494c9c7b5abb59dfd635df108e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Dec 2019 18:45:12 -0800 Subject: [PATCH] maint: sort test names * tests/Makefile.am (TESTS): Alphabetize the new addition, mb-non-UTF8-perf-Fw to placate syntax-check's sc_sorted_tests. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dee6f46..5da4f85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -123,8 +123,8 @@ TESTS = \ max-count-vs-context \ mb-dot-newline \ mb-non-UTF8-overrun \ - mb-non-UTF8-performance \ mb-non-UTF8-perf-Fw \ + mb-non-UTF8-performance \ mb-non-UTF8-word-boundary \ multibyte-white-space \ multiple-begin-or-end-line \