scc

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

commit cc7f54a16640c2fbcf06a7c310fc02f22d6e984c
parent 90d8b7484070c487d7786ad4ff030c78938490da
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 13 Nov 2021 09:06:34 +0100

tests/cc: Enable 0181-stringize.c

Diffstat:
Mtests/cc/execute/scc-tests.lst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -171,7 +171,7 @@ 0178-include.c 0179-sizeof.c [TODO] 0180-incomplete.c -0181-stringize.c [TODO] +0181-stringize.c 0182-voidcast.c 0183-negenum.c 0184-esc-macro.c