emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/timsort ac7d9e0222: ; Fix typo


From: Andrew G Cohen
Subject: scratch/timsort ac7d9e0222: ; Fix typo
Date: Fri, 18 Mar 2022 09:28:01 -0400 (EDT)

branch: scratch/timsort
commit ac7d9e02229aa49ea936be5bf000fa015da7931c
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>

    ; Fix typo
    
    * test/src/fns-tests.el (fns-tests-sort):  Compare with independently
    sorted list.
---
 test/src/fns-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index 6e8f1a1da9..5b252e184f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]