From: Ken Brown Date: Sat, 25 Mar 2023 16:54:23 +0000 (-0400) Subject: ; * test/src/fns-tests.el: Fix last change X-Git-Tag: emacs-29.0.90~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4d490490dc;p=emacs.git ; * test/src/fns-tests.el: Fix last change --- 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)