mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Problem: typo in RUN_TEST macro breaks debian/kfreebsd build
Solution: fix it
This commit is contained in:
parent
320741f2c9
commit
205573f1a3
@ -209,7 +209,7 @@ int main (void)
|
||||
RUN_TEST (test_filter_with_current_process_pid);
|
||||
RUN_TEST (test_filter_with_possibly_nonexistent_pid);
|
||||
#else
|
||||
RUN_TEST (test_filter_with_pid_fails ());
|
||||
RUN_TEST (test_filter_with_pid_fails);
|
||||
#endif
|
||||
#else
|
||||
RUN_TEST (test_filter_with_zero_uid_fails);
|
||||
|
Loading…
x
Reference in New Issue
Block a user