scc

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

commit 69fbf9346ae121b7909b23ff6fd60dd02caa956a
parent 4a787a3a93bf14fd3e420899b1240847911a8537
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 15:51:46 +0200

test/cc: Enable passing tests

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

diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -1,7 +1,7 @@ 0001-sanity.c 0002-missinginclude.c 0003-junkinclude.c -0004-macroredef.c [TODO] +0004-macroredef.c 0005-fmacro.c 0006-endif.c 0007-unmatchedcppif.c [TODO] @@ -16,7 +16,7 @@ 0016-arrayinitsize.c [TODO] 0017-duplicatefunc.c 0018-voidparam.c [TODO] -0019-kr_names.c [TODO] +0019-kr_names.c 0020-storage.c [TODO] 0021-void.c [TODO] 0022-cpp-if.c [TODO]