aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2021-11-21 18:29:24 -0800
committerGlenn Morris2021-11-21 18:29:24 -0800
commit536e7bf03b2ef8451fdd6b8d62db08f2bc7ebec9 (patch)
tree8d7fa00e41cb3b8e1372eeb3378cdc6ba85eba56 /test
parent4eb228bfac3cd384bc8b21cd0c46fc89b339b0ed (diff)
downloademacs-536e7bf03b2ef8451fdd6b8d62db08f2bc7ebec9.tar.gz
emacs-536e7bf03b2ef8451fdd6b8d62db08f2bc7ebec9.zip
Fix recent compile-tests addition
* test/lisp/progmodes/compile-tests.el (compile-test-error-regexps): Bump number of expected errors. ; Surely running the tests before committing would have flagged this?
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/compile-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/compile-tests.el
index c714b9ecfe5..c87a4453cbd 100644
--- a/test/lisp/progmodes/compile-tests.el
+++ b/test/lisp/progmodes/compile-tests.el
@@ -492,7 +492,7 @@ The test data is in `compile-tests--test-regexps-data'."
492 (compilation-num-warnings-found 0) 492 (compilation-num-warnings-found 0)
493 (compilation-num-infos-found 0)) 493 (compilation-num-infos-found 0))
494 (mapc #'compile--test-error-line compile-tests--test-regexps-data) 494 (mapc #'compile--test-error-line compile-tests--test-regexps-data)
495 (should (eq compilation-num-errors-found 96)) 495 (should (eq compilation-num-errors-found 97))
496 (should (eq compilation-num-warnings-found 35)) 496 (should (eq compilation-num-warnings-found 35))
497 (should (eq compilation-num-infos-found 28))))) 497 (should (eq compilation-num-infos-found 28)))))
498 498