diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/resources/erc-scenarios-common.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/resources/erc-scenarios-common.el b/test/lisp/erc/resources/erc-scenarios-common.el index f259c88594b..32e7556d602 100644 --- a/test/lisp/erc/resources/erc-scenarios-common.el +++ b/test/lisp/erc/resources/erc-scenarios-common.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | ;; argument, a `let*'-style VAR-LIST. Relying on such a macro is | 51 | ;; argument, a `let*'-style VAR-LIST. Relying on such a macro is |
| 52 | ;; unfortunate because in many ways it actually hampers readability by | 52 | ;; unfortunate because in many ways it actually hampers readability by |
| 53 | ;; favoring magic over verbosity. But without it (or something | 53 | ;; favoring magic over verbosity. But without it (or something |
| 54 | ;; similar), any failing test would cause all subsequent tests in this | 54 | ;; similar), any failing test would cause all subsequent tests in a |
| 55 | ;; file to fail like dominoes (making all but the first backtrace | 55 | ;; file to fail like dominoes (making all but the first backtrace |
| 56 | ;; useless). | 56 | ;; useless). |
| 57 | ;; | 57 | ;; |