summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
(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