scc

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

commit 815ff631ee2e34ad0f3c906ec35f957d2d789215
parent b554af976dd9ef99bbc313ec49cd3f7ac5e471ce
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 19:46:59 +0200

test/cc: Fix error/0011-extraelse.c

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

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