From: Artur Malabarba Date: Fri, 6 Nov 2015 15:53:23 +0000 (+0000) Subject: * test/automated/subr-tests.el (subr-test-when): Fix again X-Git-Tag: emacs-25.0.90~903 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8025fdbbea6eaaa3e1290864fe2dc48e2201df48;p=emacs.git * test/automated/subr-tests.el (subr-test-when): Fix again --- diff --git a/test/automated/subr-tests.el b/test/automated/subr-tests.el index e782f7b1ee1..ee8db593b49 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)))