From: Andrea Corallo Date: Sun, 30 Jun 2019 15:59:04 +0000 (+0200) Subject: fix missing bubble sort test X-Git-Tag: emacs-28.0.90~2727^2~1409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7;p=emacs.git fix missing bubble sort test --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 125af64b569..afb2a663c0b 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -306,7 +306,7 @@ (error err)) '(wrong-type-argument consp 3)))) -(defun comp-bubble-sort () +(ert-deftest comp-tests-bubble-sort () "Run bubble sort." (defun comp-bubble-sort-f (list) (let ((i (length list)))