From edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 30 Jun 2019 17:59:04 +0200 Subject: [PATCH] fix missing bubble sort test --- test/src/comp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5