* test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste leftovers

This commit is contained in:
Stefan Monnier 2017-12-18 11:43:34 -05:00
parent 07b7fb98e6
commit 936136ecab

View file

@ -1,4 +1,4 @@
;;; gv-tests.el --- tests for gv.el -*- lexical-binding: t; -*-
;;; derived-tests.el --- tests for derived.el -*- lexical-binding: t; -*-
;; Copyright (C) 2017 Free Software Foundation, Inc.
@ -20,7 +20,6 @@
;;; Code:
(require 'ert)
(eval-when-compile (require 'cl-lib))
(define-derived-mode derived-tests--parent-mode prog-mode "P"
:after-hook
@ -41,4 +40,4 @@
(derived-tests--child-mode)
(should (equal (buffer-string) "PB CB MH AFP=S AFC=S ")))))
;;; gv-tests.el ends here
;;; derived-tests.el ends here