X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsr_nano_static_test.c;h=815f68ba30eaf981d6aafe515be99cd4148c8504;hb=11838bcf76f3614384459cb56e2ce80dea788cef;hp=9f88562c802e2aadd4f518587d08f9d6bbcef607;hpb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;p=ric-plt%2Flib%2Frmr.git diff --git a/test/sr_nano_static_test.c b/test/sr_nano_static_test.c index 9f88562..815f68b 100644 --- a/test/sr_nano_static_test.c +++ b/test/sr_nano_static_test.c @@ -1,8 +1,8 @@ // : vi ts=4 sw=4 noet : /* ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019-2021 Nokia + Copyright (c) 2018-2021 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -269,7 +269,5 @@ static int sr_nano_test() { rtc( ctx ); - // --- drive the route table things which are nanomsg specific ------ - - return !!errors; + return errors; }