commit | 75cd10bf568e110ce56fe9c3068278ca5f0f8958 | [log] [tgz] |
---|---|---|
author | frei tycho <tfrei@baumer.com> | Fri Jun 07 15:52:00 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 21 15:41:26 2024 -0400 |
tree | fc681338583ff386593fb65dda91c702ae8366d2 | |
parent | bc915ef55ce0528f55e779a18d33c066a9cba25e [diff] |
testsuite: change controlling expressions in while to Boolean Use `do { ... } while (false)` instead of `do { ... } while (0)`. Signed-off-by: frei tycho <tfrei@baumer.com>