scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 628be8753ad1cd5aebe0d232846337fcbcd7dba5
parent 75838165fb9a0e10b6d3f16ed84fe3b726770e25
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  1 Nov 2021 18:01:52 +0100

tests/cc: Enable 0178-include.c

Diffstat:
Mtests/cc/execute/scc-tests.lst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -168,7 +168,7 @@ 0175-defined.c 0176-macro.c 0177-literal.c [TODO] -0178-include.c [TODO] +0178-include.c 0179-sizeof.c [TODO] 0180-incomplete.c 0181-stringize.c [TODO]