mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
This commit is contained in:
parent
638ef45787
commit
4fff650236
@ -20,7 +20,7 @@
|
||||
(require 'ert)
|
||||
|
||||
(ert-deftest xfaces-color-distance ()
|
||||
;; Check symmetry (bug#51455).
|
||||
;; Check symmetry (bug#41544).
|
||||
(should (equal (color-distance "#222222" "#ffffff")
|
||||
(color-distance "#ffffff" "#222222"))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user