diff options
| author | Philipp Stephani | 2020-12-30 23:13:19 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2020-12-30 23:13:19 +0100 |
| commit | ab5f550bd9ad0bc5d7b6df99093b7eda23218ae6 (patch) | |
| tree | 1a65ca380af2d6f27363e5bab89ca8b6ca868477 /test | |
| parent | 0ea7bb3578998ebdf7c4903e7f38a8abf2e41b68 (diff) | |
| download | emacs-ab5f550bd9ad0bc5d7b6df99093b7eda23218ae6.tar.gz emacs-ab5f550bd9ad0bc5d7b6df99093b7eda23218ae6.zip | |
Fix an incorrect Edebug specification.
* test/src/process-tests.el (process-tests--with-many-pipes): Fix
incorrect Edebug specification.
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/process-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 7d8679e9e1c..3a19b6c6f14 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el | |||
| @@ -431,7 +431,7 @@ add some process objects to VAR." | |||
| 431 | Try to generate pipe processes until we are close to the | 431 | Try to generate pipe processes until we are close to the |
| 432 | FD_SETSIZE limit. Within BODY, only a small number of file | 432 | FD_SETSIZE limit. Within BODY, only a small number of file |
| 433 | descriptors should still be available." | 433 | descriptors should still be available." |
| 434 | (declare (indent 0) (debug (symbolp symbolp body))) | 434 | (declare (indent 0) (debug t)) |
| 435 | (let ((process (make-symbol "process")) | 435 | (let ((process (make-symbol "process")) |
| 436 | (processes (make-symbol "processes")) | 436 | (processes (make-symbol "processes")) |
| 437 | (buffer (make-symbol "buffer")) | 437 | (buffer (make-symbol "buffer")) |