From 44104a607aeb7fd73bf7edcbbe6a508eee36dd0f Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 24 Aug 2020 22:44:21 +0100 Subject: [PATCH] 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 458a24350d0..3c0f74175cf 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))) -- 2.39.2