diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2020-06-04 10:55:16 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2020-06-04 10:56:20 +0200 |
commit | 4fff6502368e87b3c031589a1a96267243f868b0 (patch) | |
tree | 037d5da858104661f50f119847d6bb4aa704c3b4 /test/src/xfaces-tests.el | |
parent | 638ef457876c14b9d713e2fa991f5db3ad53c4f9 (diff) | |
download | emacs-4fff6502368e87b3c031589a1a96267243f868b0.tar.gz emacs-4fff6502368e87b3c031589a1a96267243f868b0.tar.bz2 emacs-4fff6502368e87b3c031589a1a96267243f868b0.zip |
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
Diffstat (limited to 'test/src/xfaces-tests.el')
-rw-r--r-- | test/src/xfaces-tests.el | 2 |
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 @@ (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")))) |