aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/emacs-module-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 5349de055ed..96a604f9824 100644
--- a/test/src/emacs-module-tests.el
+++ b/test/src/emacs-module-tests.el
@@ -60,7 +60,7 @@
60 (should (eq 0 60 (should (eq 0
61 (string-match 61 (string-match
62 (concat "#<module function " 62 (concat "#<module function "
63 "\\(at \\(0x\\)?[0-9a-fA-F]+\\( from .*\\)?" 63 "\\(at \\(0x\\)?[[:xdigit:]]+\\( from .*\\)?"
64 "\\|Fmod_test_sum from .*\\)>") 64 "\\|Fmod_test_sum from .*\\)>")
65 (prin1-to-string (nth 1 descr))))) 65 (prin1-to-string (nth 1 descr)))))
66 (should (= (nth 2 descr) 3))) 66 (should (= (nth 2 descr) 3)))