diff options
Diffstat (limited to 'test/src')
-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." Try to generate pipe processes until we are close to the FD_SETSIZE limit. Within BODY, only a small number of file descriptors should still be available." - (declare (indent 0) (debug (symbolp symbolp body))) + (declare (indent 0) (debug t)) (let ((process (make-symbol "process")) (processes (make-symbol "processes")) (buffer (make-symbol "buffer")) |