* test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste leftovers
This commit is contained in:
parent
07b7fb98e6
commit
936136ecab
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue