shithub: scc

Download patch

ref: 3e5e7c470c58ff0b76e6cabc83691897ca4d4e93
parent: e09f22444ca7a476716bda56849ff539fb05b1c2
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Mar 16 17:45:48 EDT 2022

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.

--- a/tests/cc/execute/0189-cpp-no.c
+++ /dev/null
@@ -1,13 +1,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;
-}
--- 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