diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 2 |
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))) |