diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 85d63053867..162af21bbec 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -72,6 +72,7 @@ This test needs to be changed whenever the implementation | |||
| 72 | changes." | 72 | changes." |
| 73 | (let ((func (symbol-function #'mod-test-sum))) | 73 | (let ((func (symbol-function #'mod-test-sum))) |
| 74 | (should (module-function-p func)) | 74 | (should (module-function-p func)) |
| 75 | (should (functionp func)) | ||
| 75 | (should (equal (type-of func) 'module-function)) | 76 | (should (equal (type-of func) 'module-function)) |
| 76 | (should (string-match-p | 77 | (should (string-match-p |
| 77 | (rx bos "#<module function " | 78 | (rx bos "#<module function " |