Fix error in GMP test

* etc/w32-feature.el: Update to use system-configuration-features for
  GMP test.
This commit is contained in:
Phillip Lord 2020-08-24 22:44:21 +01:00
parent e26e63444d
commit 44104a607a

View 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)))