scc

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

commit 576fe84ed449291c5f3cb5b7a343cf92c00357ac
parent 06a981d5ab044c5d73dd22d4420d4daa4b8c6f33
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  8 Oct 2024 16:44:26 +0200

tests/cc: Enable passing TODO tests

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

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -145,13 +145,13 @@ 0152-cat.c 0153-cpp_string.c 0154-if_defined.c -0155-struct_compl.c [TODO] +0155-struct_compl.c 0156-duff2.c 0157-list.c 0158-ternary.c 0159-typedef.c 0160-cpp_if.c -0161-struct.c [TODO] +0161-struct.c 0162-array.c 0163-array.c 0164-struct.c [TODO]