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