diff options
| author | Phillip Lord | 2020-08-24 22:44:21 +0100 |
|---|---|---|
| committer | Phillip Lord | 2020-08-24 22:44:21 +0100 |
| commit | 44104a607aeb7fd73bf7edcbbe6a508eee36dd0f (patch) | |
| tree | 2de00290b0fb600ca0615c15be912551f21bb8a4 | |
| parent | e26e63444d38933809b82b1577313b4343b4f38b (diff) | |
| download | emacs-44104a607aeb7fd73bf7edcbbe6a508eee36dd0f.tar.gz emacs-44104a607aeb7fd73bf7edcbbe6a508eee36dd0f.zip | |
Fix error in GMP test
* etc/w32-feature.el: Update to use system-configuration-features for
GMP test.
| -rw-r--r-- | etc/w32-feature.el | 2 |
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))) |