scc

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

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

test/cc: Fix error/0012-ifnoexpr.c

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

diff --git a/tests/cc/error/0012-ifnoexpr.c b/tests/cc/error/0012-ifnoexpr.c @@ -1,6 +1,6 @@ /* PATTERN: -0012-ifnoexpr.c:7: error: unexpected ' +0012-ifnoexpr.c:8: error: unexpected ' ' . */ diff --git a/tests/cc/error/scc-tests.lst b/tests/cc/error/scc-tests.lst @@ -9,7 +9,7 @@ 0009-unmatchedcppelif.c 0010-extraelif.c 0011-extraelse.c -0012-ifnoexpr.c [TODO] +0012-ifnoexpr.c 0013-macro.c [TODO] 0014-macro.c 0015-macro.c [TODO]