Beef up unit tests for SI95 code
[ric-plt/lib/rmr.git] / test / wrapper_static_test.c
index 3ca71ba..8f7d1ca 100644 (file)
@@ -59,5 +59,5 @@ static int wrapper_test( ) {
 
        // -------------------------------------------------------------------------------------------------
 
-       return !!errors;                        // 1 or 0 regardless of count
+       return errors;
 }