fix missing bubble sort test

This commit is contained in:
Andrea Corallo 2019-06-30 17:59:04 +02:00 committed by Andrea Corallo
parent aa312e07b7
commit edb0acf2ae

View file

@ -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)))