ref: 2a24067b42a1f7673dab2bb6ed476a728e69af13
parent: 42f557fa3b371ba28d45169f4c1371f482d43b6b
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Sep 2 15:10:21 EDT 2018
[tests/libc] Add small comment to 0005-ctype
--- a/tests/libc/execute/0005-ctype.c
+++ b/tests/libc/execute/0005-ctype.c
@@ -4,6 +4,9 @@
#include <stdio.h>
#include <limits.h>
+/*
+ * This test assumes an ascii representation
+ */
#define TESTW(f) fputs(#f ":" , stdout); \
for (i = 0; i <= UCHAR_MAX; i++) \