scc

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

commit 53dfe412fa62329707411264dc02ba98e8c19012
parent 30ff9b5f8bc315f859e4b3e282fda9af480ccbd7
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 15 Nov 2021 21:14:13 +0100

tests/cc: Enable 0190-enum-ary.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 @@ -180,5 +180,5 @@ 0187-zero-struct.c 0188-multi-string.c [TODO] 0189-cpp-no.c [TODO] -0190-enum-ary.c [TODO] +0190-enum-ary.c 0191-ary-addr.c [TODO]