summaryrefslogtreecommitdiff
path: root/test/src/image-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/image-tests.el')
-rw-r--r--test/src/image-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/image-tests.el b/test/src/image-tests.el
index 2b236086b6f..e54d0df71f1 100644
--- a/test/src/image-tests.el
+++ b/test/src/image-tests.el
@@ -239,7 +239,6 @@
(ert-deftest image-tests-init-image-library ()
(skip-unless (fboundp 'init-image-library))
(should (init-image-library 'pbm)) ; built-in
- (should (init-image-library 'xpm)) ; built-in
(should-not (init-image-library 'invalid-image-type)))
;;; image-tests.el ends here