scc

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

commit 5b60fbc9f53eb78533c016af7d5871a019b15acc
parent bc1b5addc230e856013ee8c53d3f037b5b278b6c
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