From: Andrew G Cohen Date: Fri, 18 Mar 2022 13:26:54 +0000 (+0800) Subject: ; Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac7d9e02229aa49ea936be5bf000fa015da7931c;p=emacs.git ; Fix typo * test/src/fns-tests.el (fns-tests-sort): Compare with independently sorted list. --- 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 @@ (should (equal (sort complex-vec (lambda (x y) (funcall my-counter) (< (car x) (car y)))) - (sort complex-vec 'car-less-than-car)))) + (sort vec 'car-less-than-car)))) ;; Check for sorting stability. (should (equal (sort