emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 44104a6: Fix error in GMP test


From: Phillip Lord
Subject: emacs-27 44104a6: Fix error in GMP test
Date: Mon, 24 Aug 2020 17:44:55 -0400 (EDT)

branch: emacs-27
commit 44104a607aeb7fd73bf7edcbbe6a508eee36dd0f
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Fix error in GMP test
    
    * etc/w32-feature.el: Update to use system-configuration-features for
      GMP test.
---
 etc/w32-feature.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/w32-feature.el b/etc/w32-feature.el
index 458a243..3c0f741 100644
--- 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-options)))
+   (string-match-p "GMP" system-configuration-features)))
 
 (ert-deftest feature-module ()
   (should (fboundp 'module-load)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]