scc

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

commit b554af976dd9ef99bbc313ec49cd3f7ac5e471ce
parent 7174c46345ece7b7c76af0bae10958bb17fa56d9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 19:45:12 +0200

test/cc: Fix error/0010-extraelseif.c

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

diff --git a/tests/cc/error/0010-extraelif.c b/tests/cc/error/0010-extraelif.c @@ -1,6 +1,6 @@ /* PATTERN: - +0010-extraelif.c:11: error: #elif without #ifdef/ifndef . */ diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -7,7 +7,7 @@ 0007-unmatchedcppif.c 0008-unmatchedcppelse.c 0009-unmatchedcppelif.c -0010-extraelif.c [TODO] +0010-extraelif.c 0011-extraelse.c [TODO] 0012-ifnoexpr.c [TODO] 0013-macro.c [TODO]