diff options
Diffstat (limited to 'tests/ipcsupp.c')
| -rw-r--r-- | tests/ipcsupp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ipcsupp.c b/tests/ipcsupp.c index d5128098..bd751885 100644 --- a/tests/ipcsupp.c +++ b/tests/ipcsupp.c @@ -1,5 +1,5 @@ // -// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2018 Devolutions <info@devolutions.net> // @@ -19,7 +19,6 @@ static int num = 0; TestMain("Supplemental IPC", { - atexit(nng_fini); Convey("We can create a dialer and listener", { nng_stream_dialer * d; nng_stream_listener *l; |
