X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frt_static_test.c;h=6973a7992c94974bcf884a3806f1e666cc13a925;hb=refs%2Fchanges%2F85%2F10285%2F2;hp=3bdd3124ed4b3035dc36b1f4bfd4a9b211f652b6;hpb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rt_static_test.c b/test/rt_static_test.c index 3bdd312..6973a79 100644 --- a/test/rt_static_test.c +++ b/test/rt_static_test.c @@ -2,8 +2,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. @@ -714,5 +714,5 @@ static int rt_test( ) { // ------ specific edge case tests ------------------------------------------------------------------------------- errors += lg_clone_test( ); - return !!errors; // 1 or 0 regardless of count + return errors; // 1 or 0 regardless of count }