aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/fns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index 0321b92d0bc..6f79d3277a8 100644
--- a/test/src/fns-tests.el
+++ b/test/src/fns-tests.el
@@ -254,7 +254,7 @@
254 (should (string-collate-equalp "xyzzy" "XYZZY" nil t)) 254 (should (string-collate-equalp "xyzzy" "XYZZY" nil t))
255 255
256 ;; Locale must be valid. 256 ;; Locale must be valid.
257 (should-error (string-collate-equalp "xyzzy" "xyzzy" "en_DE.UTF-8"))) 257 (should-error (string-collate-equalp "xyzzy" "xyzzy" "en_XY.UTF-8")))
258 258
259;; There must be a check for valid codepoints. (Check not implemented yet) 259;; There must be a check for valid codepoints. (Check not implemented yet)
260; (should-error 260; (should-error