projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d050c46
)
missing return code, success message in test/misc.c
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:10:38 +0000
(09:10 -0400)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:10:38 +0000
(09:10 -0400)
test/misc.c
patch
|
blob
|
history
diff --git
a/test/misc.c
b/test/misc.c
index a19783ae6692b910079792be70a01d1723734aee..e26cc6f113195cdbdc03f74f8397a59a9a637f23 100644
(file)
--- 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;
}