scc

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

commit f864f40c5ed0e7dd86dbb74ff81141d052806556
parent deafc5764481833a3d09658e866041ed2ea04a14
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  1 Nov 2021 23:31:27 +0100

tests/cc: Enable 0158-ternary.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 @@ -148,7 +148,7 @@ 0155-struct-compl.c [TODO] 0156-duff2.c [TODO] 0157-list.c -0158-ternary.c [TODO] +0158-ternary.c 0159-typedef.c 0160-cpp-if.c 0161-struct.c [TODO]