* test/automated/subr-tests.el (subr-test-when): Fix again

This commit is contained in:
Artur Malabarba 2015-11-06 15:53:23 +00:00
parent 564d811725
commit 8025fdbbea

View 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)))