emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 536e7bf: Fix recent compile-tests addition


From: Glenn Morris
Subject: master 536e7bf: Fix recent compile-tests addition
Date: Sun, 21 Nov 2021 21:29:53 -0500 (EST)

branch: master
commit 536e7bf03b2ef8451fdd6b8d62db08f2bc7ebec9
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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?
---
 test/lisp/progmodes/compile-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/compile-tests.el 
b/test/lisp/progmodes/compile-tests.el
index c714b9e..c87a445 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'."
           (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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]