* test/automated/subr-tests.el (subr-test-when): Fix again
This commit is contained in:
parent
564d811725
commit
8025fdbbea
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue