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?
This commit is contained in:
parent
4eb228bfac
commit
536e7bf03b
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue