scc

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

commit 3e5e7c470c58ff0b76e6cabc83691897ca4d4e93
parent e09f22444ca7a476716bda56849ff539fb05b1c2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 16 Mar 2022 21:45:48 +0100

tests/cc: Remove invalid test 0189-cpp-no.c

This test was testing the specific GNU cpp output
which does not follow the c99 standard. As we only
support strict C99 programs it does not make sense
to include this test.

Diffstat:
Dtests/cc/execute/0189-cpp-no.c | 13-------------
Mtests/cc/execute/scc-tests.lst | 1-
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/tests/cc/execute/0189-cpp-no.c b/tests/cc/execute/0189-cpp-no.c @@ -1,13 +0,0 @@ -# 1 "/home/k0ga/src/scc/tests/cc/execute/0126-macropar.c" -# 1 "<built-in>" -# 1 "<command-line>" -# 31 "<command-line>" -# 1 "/usr/include/stdc-predef.h" 1 3 4 -# 32 "<command-line>" 2 -# 1 "/home/k0ga/src/scc/tests/cc/execute/0126-macropar.c" - -int -main() -{ - return 0; -} diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -179,7 +179,6 @@ 0186-dec-ary.c 0187-zero-struct.c 0188-multi-string.c [TODO] -0189-cpp-no.c [TODO] 0190-enum-ary.c 0191-ary-addr.c 0192-ptrcmp.c