]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/callproc-tests.el: Fix checkdoc errors.
authorPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 16:08:04 +0000 (18:08 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 16:08:35 +0000 (18:08 +0200)
test/src/callproc-tests.el

index 39d2014488a1a9d52ebb7751ab007d94e86a32a6..bf7d47b27f15684bc7878a583ccc09b81060d073 100644 (file)
 ;; 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