scc

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

commit 8e517c601fa233750a08f2ce8f8656557486d76a
parent 479083857902fa94137facbf6ea144b7cd2039c0
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]