aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-06-04 10:55:16 +0200
committerMattias EngdegÄrd2020-06-04 10:56:20 +0200
commit4fff6502368e87b3c031589a1a96267243f868b0 (patch)
tree037d5da858104661f50f119847d6bb4aa704c3b4 /test/src
parent638ef457876c14b9d713e2fa991f5db3ad53c4f9 (diff)
downloademacs-4fff6502368e87b3c031589a1a96267243f868b0.tar.gz
emacs-4fff6502368e87b3c031589a1a96267243f868b0.zip
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
Diffstat (limited to 'test/src')
-rw-r--r--test/src/xfaces-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/xfaces-tests.el b/test/src/xfaces-tests.el
index f08a87a518a..5ed16c9e51d 100644
--- a/test/src/xfaces-tests.el
+++ b/test/src/xfaces-tests.el
@@ -20,7 +20,7 @@
20(require 'ert) 20(require 'ert)
21 21
22(ert-deftest xfaces-color-distance () 22(ert-deftest xfaces-color-distance ()
23 ;; Check symmetry (bug#51455). 23 ;; Check symmetry (bug#41544).
24 (should (equal (color-distance "#222222" "#ffffff") 24 (should (equal (color-distance "#222222" "#ffffff")
25 (color-distance "#ffffff" "#222222")))) 25 (color-distance "#ffffff" "#222222"))))
26 26