aboutsummaryrefslogtreecommitdiffstats
path: root/evmalloczn.c
diff options
context:
space:
mode:
Diffstat (limited to 'evmalloczn.c')
-rw-r--r--evmalloczn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evmalloczn.c b/evmalloczn.c
index 7cf4abe..bae8f87 100644
--- a/evmalloczn.c
+++ b/evmalloczn.c
@@ -12,7 +12,7 @@ extern inline void *libsimple_evmalloczn(int, size_t, va_list);
int
main(void)
{
- return 0;
+ return 0; /* Tested via libsimple_emalloczn */
}
#endif