scc

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

commit 9052934936af914af5df2538244cd845193882a9
parent 012aa346999d09d3c644ea632e813a4caeaf93ec
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 13 Nov 2021 08:23:58 +0100

tests/cc: Enable 0152-cat.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 @@ -142,7 +142,7 @@ 0149-define.c 0150-define.c 0151-vararg.c [TODO] -0152-cat.c [TODO] +0152-cat.c 0153-cpp-string.c [TODO] 0154-if-defined.c 0155-struct-compl.c [TODO]