]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix error in GMP test
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 24 Aug 2020 21:44:21 +0000 (22:44 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Mon, 24 Aug 2020 21:44:21 +0000 (22:44 +0100)
* etc/w32-feature.el: Update to use system-configuration-features for
  GMP test.

etc/w32-feature.el

index 458a24350d0f0a0ac26b39ef8a700a0462cd7d55..3c0f74175cf6907241010416eb2dce6cde508845 100644 (file)
@@ -53,7 +53,7 @@
 
 (ert-deftest feature-gmp ()
   (should
-   (string-match-p "GMP" system-configuration-options)))
+   (string-match-p "GMP" system-configuration-features)))
 
 (ert-deftest feature-module ()
   (should (fboundp 'module-load)))