]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix recent compile-tests addition
authorGlenn Morris <rgm@gnu.org>
Mon, 22 Nov 2021 02:29:24 +0000 (18:29 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 Nov 2021 02:29:24 +0000 (18:29 -0800)
* 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?

test/lisp/progmodes/compile-tests.el

index c714b9ecfe573b5857169d3ca60a10c5340aca98..c87a4453cbd1c9b9adc9c069b81ea7d575beaf64 100644 (file)
@@ -492,7 +492,7 @@ The test data is in `compile-tests--test-regexps-data'."
           (compilation-num-warnings-found 0)
           (compilation-num-infos-found 0))
       (mapc #'compile--test-error-line compile-tests--test-regexps-data)
-      (should (eq compilation-num-errors-found 96))
+      (should (eq compilation-num-errors-found 97))
       (should (eq compilation-num-warnings-found 35))
       (should (eq compilation-num-infos-found 28)))))