emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8025fdb: * test/automated/subr-tests.el (subr-test-


From: Artur Malabarba
Subject: [Emacs-diffs] master 8025fdb: * test/automated/subr-tests.el (subr-test-when): Fix again
Date: Fri, 06 Nov 2015 16:18:36 +0000

branch: master
commit 8025fdbbea6eaaa3e1290864fe2dc48e2201df48
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * test/automated/subr-tests.el (subr-test-when): Fix again
---
 test/automated/subr-tests.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/subr-tests.el b/test/automated/subr-tests.el
index e782f7b..ee8db59 100644
--- a/test/automated/subr-tests.el
+++ b/test/automated/subr-tests.el
@@ -96,7 +96,7 @@
                   (setq x (1+ x))
                   x))
     (should (= x 1))
-    (should (= 2 (when true
+    (should (= 2 (when t
                    (setq x (1+ x))
                    x)))
     (should (= x 2)))



reply via email to

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