summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/misc.c b/test/misc.c
index a19783a..e26cc6f 100644
--- a/test/misc.c
+++ b/test/misc.c
@@ -22,4 +22,6 @@ static void issue128(void) /* #128 */
int main(void)
{
issue128();
+ printf("Misc tests SUCCEEDED.\n");
+ return 0;
}