scc

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

commit 462b4852211dde7c5156c640c35286c29d325ff2
parent ba987573a5ba468d3f1e7237feaf092fc47a444a
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]