projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26e634
)
Fix error in GMP test
author
Phillip Lord
<phillip.lord@russet.org.uk>
Mon, 24 Aug 2020 21:44:21 +0000
(22:44 +0100)
committer
Phillip 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
patch
|
blob
|
history
diff --git
a/etc/w32-feature.el
b/etc/w32-feature.el
index 458a24350d0f0a0ac26b39ef8a700a0462cd7d55..3c0f74175cf6907241010416eb2dce6cde508845 100644
(file)
--- a/
etc/w32-feature.el
+++ b/
etc/w32-feature.el
@@
-53,7
+53,7
@@
(ert-deftest feature-gmp ()
(should
- (string-match-p "GMP" system-configuration-
option
s)))
+ (string-match-p "GMP" system-configuration-
feature
s)))
(ert-deftest feature-module ()
(should (fboundp 'module-load)))