aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorAndrew G Cohen2022-03-18 21:26:54 +0800
committerAndrew G Cohen2022-03-18 21:26:54 +0800
commitac7d9e02229aa49ea936be5bf000fa015da7931c (patch)
treed30898a6aaed82302cf0903e5eab38a150599a13 /test/src
parent186ec2f8d828559da3d53db9122a0be0848c03c3 (diff)
downloademacs-scratch/timsort.tar.gz
emacs-scratch/timsort.zip
; Fix typoscratch/timsort
* test/src/fns-tests.el (fns-tests-sort): Compare with independently sorted list.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/fns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index 6e8f1a1da9b..5b252e184f0 100644
--- a/test/src/fns-tests.el
+++ b/test/src/fns-tests.el
@@ -272,7 +272,7 @@
272 (should (equal 272 (should (equal
273 (sort complex-vec 273 (sort complex-vec
274 (lambda (x y) (funcall my-counter) (< (car x) (car y)))) 274 (lambda (x y) (funcall my-counter) (< (car x) (car y))))
275 (sort complex-vec 'car-less-than-car)))) 275 (sort vec 'car-less-than-car))))
276 ;; Check for sorting stability. 276 ;; Check for sorting stability.
277 (should (equal 277 (should (equal
278 (sort 278 (sort