aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.c b/test.c
index 5264694..3b04f7c 100644
--- a/test.c
+++ b/test.c
@@ -665,9 +665,11 @@ colour_spaces_done:
}
marshal_done:
+ /* TODO test libcolour_convert_en_masse */
+
return rc;
fail:
perror(*argv);
- return 2;
(void) argc;
+ return 2;
}