aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorAndrea Corallo2019-06-30 17:59:04 +0200
committerAndrea Corallo2020-01-01 11:33:48 +0100
commitedb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7 (patch)
treef0f5662931acb8e1df28346a71b5b2ea26341638 /test/src
parentaa312e07b7a9d3e952ccb59abfe9e03dc977217e (diff)
downloademacs-edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7.tar.gz
emacs-edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7.zip
fix missing bubble sort test
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-tests.el2
1 files changed, 1 insertions, 1 deletions
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 @@
306 (error err)) 306 (error err))
307 '(wrong-type-argument consp 3)))) 307 '(wrong-type-argument consp 3))))
308 308
309(defun comp-bubble-sort () 309(ert-deftest comp-tests-bubble-sort ()
310 "Run bubble sort." 310 "Run bubble sort."
311 (defun comp-bubble-sort-f (list) 311 (defun comp-bubble-sort-f (list)
312 (let ((i (length list))) 312 (let ((i (length list)))