app/test: fix assert macro
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 17 Dec 2014 17:06:53 +0000 (17:06 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Dec 2014 23:26:08 +0000 (00:26 +0100)
commite1e0d0bc1b78abaf9e6eeac4f11c0515e2576270
tree4648b831d1b5e2b94e5582eed3cdf81e0e7cf65f
parenta0399ce10ff56036476fa2d0f2a7062c19dda266
app/test: fix assert macro

One of the test assertion macros was missing the "do" part of the
do-while. This issue was picked up by clang reporting an empty while
loop body for the closing while of the do-while pair.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/test.h