Fix error in GMP test
* etc/w32-feature.el: Update to use system-configuration-features for GMP test.
This commit is contained in:
parent
e26e63444d
commit
44104a607a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
(ert-deftest feature-gmp ()
|
(ert-deftest feature-gmp ()
|
||||||
(should
|
(should
|
||||||
(string-match-p "GMP" system-configuration-options)))
|
(string-match-p "GMP" system-configuration-features)))
|
||||||
|
|
||||||
(ert-deftest feature-module ()
|
(ert-deftest feature-module ()
|
||||||
(should (fboundp 'module-load)))
|
(should (fboundp 'module-load)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue