aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/w32-feature.el2
1 files changed, 1 insertions, 1 deletions
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 @@
53 53
54(ert-deftest feature-gmp () 54(ert-deftest feature-gmp ()
55 (should 55 (should
56 (string-match-p "GMP" system-configuration-options))) 56 (string-match-p "GMP" system-configuration-features)))
57 57
58(ert-deftest feature-module () 58(ert-deftest feature-module ()
59 (should (fboundp 'module-load))) 59 (should (fboundp 'module-load)))