diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/lcms-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el index 0d6b8db3d4b..74648e1979e 100644 --- a/test/src/lcms-tests.el +++ b/test/src/lcms-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- | 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
| @@ -48,6 +48,7 @@ B is considered the exact value." | |||
| 48 | 48 | ||
| 49 | (ert-deftest lcms-whitepoint () | 49 | (ert-deftest lcms-whitepoint () |
| 50 | "Test use of `lcms-temp->white-point'." | 50 | "Test use of `lcms-temp->white-point'." |
| 51 | (skip-unless (featurep 'lcms2)) | ||
| 51 | (should-error (lcms-temp->white-point 3999)) | 52 | (should-error (lcms-temp->white-point 3999)) |
| 52 | (should-error (lcms-temp->white-point 25001)) | 53 | (should-error (lcms-temp->white-point 25001)) |
| 53 | ;; D55 | 54 | ;; D55 |