mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
fix missing bubble sort test
This commit is contained in:
parent
aa312e07b7
commit
edb0acf2ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue