summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h
index 3893359..cb806ea 100644
--- a/test/test.h
+++ b/test/test.h
@@ -69,7 +69,7 @@ static int _ntests = 0;
static struct _test _TESTCAT(_test_, __LINE__) = { \
.flags = _TEST_USE_DEFAULT_FLAGS, \
.timeout = _TEST_DEFAULT_TIMEOUT, \
- .desc = __FILE__":"_TESTSTR(__LINE__)": "desc_, \
+ .desc = __FILE__":"_TESTSTR(__LINE__)": "desc_ __VA_OPT__(,) \
__VA_ARGS__, \
._f = &_TESTCAT(_test_f_, __LINE__) \
}; \