aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/common')
-rw-r--r--test/common/odp_cunit_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/odp_cunit_common.h b/test/common/odp_cunit_common.h
index 3e06ba10c..2ccab6076 100644
--- a/test/common/odp_cunit_common.h
+++ b/test/common/odp_cunit_common.h
@@ -46,7 +46,7 @@ static inline void odp_cunit_test_missing(void) { }
/* A test case that is unconditionally inactive. Its name will be registered
* with CUnit but it won't be executed and will be reported as inactive in
* the result summary. */
-#define ODP_TEST_INFO_INACTIVE(test_func, args...) \
+#define ODP_TEST_INFO_INACTIVE(test_func, ...) \
{#test_func, odp_cunit_test_missing, odp_cunit_test_inactive}
#define ODP_TEST_INACTIVE 0