aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/eval-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/eval-tests.el')
-rw-r--r--test/src/eval-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/eval-tests.el b/test/src/eval-tests.el
index bb2f04e8ee1..0e12e4dbd8a 100644
--- a/test/src/eval-tests.el
+++ b/test/src/eval-tests.el
@@ -222,7 +222,7 @@ expressions works for identifiers starting with period."
222 222
223(ert-deftest eval-tests/funcall-with-delayed-message () 223(ert-deftest eval-tests/funcall-with-delayed-message ()
224 ;; Check that `funcall-with-delayed-message' displays its message before 224 ;; Check that `funcall-with-delayed-message' displays its message before
225 ;; its function terminates iff the timeout is short enough. 225 ;; its function terminates if the timeout is short enough.
226 226
227 ;; This also serves as regression test for bug#55628 where a short 227 ;; This also serves as regression test for bug#55628 where a short
228 ;; timeout was rounded up to the next whole second. 228 ;; timeout was rounded up to the next whole second.