scc

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

commit d046f2956ae71450e1d6cfd734c1245d1a8186b8
parent 69fbf9346ae121b7909b23ff6fd60dd02caa956a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 15:58:25 +0200

test/cc: Fix error/0007-unmatchedcppif.c

Diffstat:
Mtests/cc/error/0007-unmatchedcppif.c | 2+-
Mtests/cc/error/scc-tests.lst | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/cc/error/0007-unmatchedcppif.c b/tests/cc/error/0007-unmatchedcppif.c @@ -1,6 +1,6 @@ /* PATTERN: - +0007-unmatchedcppif.c:9: error: #endif expected . */ diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -4,7 +4,7 @@ 0004-macroredef.c 0005-fmacro.c 0006-endif.c -0007-unmatchedcppif.c [TODO] +0007-unmatchedcppif.c 0008-unmatchedcppelse.c 0009-unmatchedcppelif.c [TODO] 0010-extraelif.c [TODO]