aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/editfns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index 7b6c990f350..6ce49fdc28b 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -359,7 +359,7 @@
359 (should-error (group-name 'foo))) 359 (should-error (group-name 'foo)))
360 (t 360 (t
361 (let ((list `((0 . "root") 361 (let ((list `((0 . "root")
362 (1000 . ,(user-login-name 1000)) 362;;; (1000 . ,(user-login-name 1000))
363 (1212345 . nil)))) 363 (1212345 . nil))))
364 (dolist (test list) 364 (dolist (test list)
365 (should (equal (group-name (car test)) (cdr test))))) 365 (should (equal (group-name (car test)) (cdr test)))))