diff options
| -rw-r--r-- | 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 e782f7b1ee1..ee8db593b49 100644 --- a/test/automated/subr-tests.el +++ b/test/automated/subr-tests.el | |||
| @@ -96,7 +96,7 @@ | |||
| 96 | (setq x (1+ x)) | 96 | (setq x (1+ x)) |
| 97 | x)) | 97 | x)) |
| 98 | (should (= x 1)) | 98 | (should (= x 1)) |
| 99 | (should (= 2 (when true | 99 | (should (= 2 (when t |
| 100 | (setq x (1+ x)) | 100 | (setq x (1+ x)) |
| 101 | x))) | 101 | x))) |
| 102 | (should (= x 2))) | 102 | (should (= x 2))) |