From c4d490490dc24c76fbead7941518ad503672d216 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sat, 25 Mar 2023 12:54:23 -0400 Subject: [PATCH] ; * test/src/fns-tests.el: Fix last change --- test/src/fns-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el index c36b5e3f41b..b84d39a063d 100644 --- a/test/src/fns-tests.el +++ b/test/src/fns-tests.el @@ -253,7 +253,7 @@ ;; Ignore case. (should (string-collate-equalp "xyzzy" "XYZZY" nil t)) - ;; Locale must be valid. This test will fail on Cygwin releases < 3.5. + ;; Locale must be valid. (should-error (string-collate-equalp "xyzzy" "xyzzy" "en_XY.UTF-8"))) ;; There must be a check for valid codepoints. (Check not implemented yet) -- 2.39.2