]> code.delx.au - gnu-emacs/commitdiff
* test/automated/subr-tests.el (subr-test-when): Fix again
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 6 Nov 2015 15:53:23 +0000 (15:53 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 6 Nov 2015 16:18:32 +0000 (16:18 +0000)
test/automated/subr-tests.el

index e782f7b1ee1150a27d277dab687f272a5448eab7..ee8db593b498e9964e5c08f557b7d47ccc3b8e69 100644 (file)
@@ -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)))