diff options
Diffstat (limited to 'tests/tap/process.h')
-rw-r--r-- | tests/tap/process.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tap/process.h b/tests/tap/process.h index da21ad3..4210c20 100644 --- a/tests/tap/process.h +++ b/tests/tap/process.h @@ -62,8 +62,7 @@ void is_function_output(test_function_type, void *data, int status, * successfully, call bail, with the error message being the output from the * program. */ -void run_setup(const char *const argv[]) - __attribute__((__nonnull__)); +void run_setup(const char *const argv[]) __attribute__((__nonnull__)); /* * process_start starts a process in the background, returning an opaque data |