diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 05be8383dcc..052f5c2f12c 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -268,8 +268,9 @@ during garbage collection." | |||
| 268 | (let ((standard-output (current-buffer))) | 268 | (let ((standard-output (current-buffer))) |
| 269 | (describe-function-1 #'mod-test-sum) | 269 | (describe-function-1 #'mod-test-sum) |
| 270 | (should (equal (buffer-substring-no-properties 1 (point-max)) | 270 | (should (equal (buffer-substring-no-properties 1 (point-max)) |
| 271 | ;; FIXME: This should print the filename. | 271 | ;; FIXME: This should print the actual module |
| 272 | "a module function. | 272 | ;; filename. |
| 273 | "a module function in `src/emacs-module-tests.el'. | ||
| 273 | 274 | ||
| 274 | (mod-test-sum a b) | 275 | (mod-test-sum a b) |
| 275 | 276 | ||