scc

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

commit 0b19a1e2b9888143055e370ba241afd34c3ee00d
parent b8d085dacd00c55abecfd0de52c05a7f1d4c646d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 11 Nov 2021 08:38:40 +0100

tests/cc: Enable 0139-ptr-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 @@ -129,7 +129,7 @@ 0136-if.c 0137-int-cast.c [TODO] 0138-namespace.c -0139-ptr-ary.c [TODO] +0139-ptr-ary.c 0140-int-fold.c 0141-int-iden.c 0142-char-const.c