diff options
Diffstat (limited to 'tests/synch.c')
| -rw-r--r-- | tests/synch.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/synch.c b/tests/synch.c index b1d0d66a..c9de3deb 100644 --- a/tests/synch.c +++ b/tests/synch.c @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> -// Copyright 2017 Capitar IT Group BV <info@capitar.com> +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -158,7 +158,6 @@ test_sync_fallback(void) nni_plat_sync_fallback = 1; Convey("Mutexes work", { nni_mtx mx; - int rv; nni_mtx_init(&mx); |
