diff options
| author | Andrea Corallo | 2019-06-30 17:59:04 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:33:48 +0100 |
| commit | edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7 (patch) | |
| tree | f0f5662931acb8e1df28346a71b5b2ea26341638 /test | |
| parent | aa312e07b7a9d3e952ccb59abfe9e03dc977217e (diff) | |
| download | emacs-edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7.tar.gz emacs-edb0acf2aec0f41832f7ef7d8199ddedb2c3e9d7.zip | |
fix missing bubble sort test
Diffstat (limited to 'test')
| -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))) |