aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-skel-0.c')
-rw-r--r--tests/test-skel-0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-skel-0.c b/tests/test-skel-0.c
index b5771d7..3476552 100644
--- a/tests/test-skel-0.c
+++ b/tests/test-skel-0.c
@@ -171,7 +171,9 @@ int main(int argc, char *argv[])
"%s%li (wanted %li)%s; "
"%serrno = %s:%i [%s] (wanted %s:%i [%s])%s\n",
COLOR(passed), passed ? "PASS" : "FAIL", color_normal,
+#if ARG_CNT
FUNC_IMP,
+#endif
(passed ? "" : COLOR(passed_ret)),
actual_ret, want_ret, color_normal,
(!passed && want_errno) ? COLOR(passed_errno) : "",