]> git.eshelyaron.com Git - emacs.git/commitdiff
Use declare-function instead of defun in eieio-tests.el
authorStefan Kangas <stefan@marxist.se>
Mon, 20 Dec 2021 17:34:42 +0000 (18:34 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 20 Dec 2021 17:34:42 +0000 (18:34 +0100)
* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el: Prefer
declare-function to defun.

test/lisp/emacs-lisp/eieio-tests/eieio-tests.el

index 802792567bc0219e47bb6d35d214a7b9e74859e9..c13d3ee6efa9d4de4d68a6e56df5afd9e0d9940c 100644 (file)
 ;;      )))
 
 ;; Silence byte-compiler.
-(defun eitest-subordinate--eieio-childp ())
-(defun class-alloc-initarg--eieio-childp ())
+(declare-function eitest-subordinate--eieio-childp nil)
+(declare-function class-alloc-initarg--eieio-childp nil)
 (ert-deftest eieio-test-01-mix-alloc-initarg ()
   ;; Only run this test if the message framework thingy works.
   (skip-unless (and (message "foo") (string= "foo" (current-message))))
@@ -213,8 +213,8 @@ Argument C is the class bound to this static method."
     (oset-default c some-slot value)))
 
 ;; Silence byte-compiler.
-(defun static-method-class-2 ())
-(defun static-method-class-2--eieio-childp ())
+(declare-function static-method-class-2 nil)
+(declare-function static-method-class-2--eieio-childp nil)
 (ert-deftest eieio-test-04-static-method ()
   ;; Call static method on a class and see if it worked
   (static-method-class-method 'static-method-class 'class)
@@ -546,8 +546,8 @@ METHOD is the method that was attempting to be called."
 
 ;; Silence byte-compiler.
 (defvar eitest-tests nil)
-(defun eitest-superior ())
-(defun eitest-superior--eieio-childp ())
+(declare-function eitest-superior nil)
+(declare-function eitest-superior--eieio-childp nil)
 (ert-deftest eieio-test-22-init-forms-dont-match-runnable ()
   ;; Init forms with types that don't match the runnable.
   (defclass eitest-subordinate nil
@@ -597,8 +597,8 @@ METHOD is the method that was attempting to be called."
 
 ;; Silence byte-compiler.
 (defvar eitest-t1 nil)
-(defun eieio-tests-initform-not-evaluated-when-initarg-is-present ())
-(defun eieio-tests-initform-not-evaluated-when-initarg-is-present--eieio-childp ())
+(declare-function eieio-tests-initform-not-evaluated-when-initarg-is-present nil)
+(declare-function eieio-tests-initform-not-evaluated-when-initarg-is-present--eieio-childp nil)
 (ert-deftest eieio-test-25-slot-tests ()
   (setq eitest-t1 (class-c))
   ;; Slot initialization