mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; * test/src/callproc-tests.el: Fix checkdoc errors.
This commit is contained in:
parent
aed427ece5
commit
900947fbe8
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Unit tests for src/callproc.c.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'ert)
|
||||
|
|
@ -60,3 +65,5 @@
|
|||
(call-process "c:/nul.exe")
|
||||
(error :got-error))))
|
||||
(should have-called-debugger)))
|
||||
|
||||
;;; callproc-tests.el ends here
|
||||
|
|
|
|||
Loading…
Reference in a new issue