shithub: scc

Download patch

ref: d8bea56691a536f08c04de1ae66fa4f145c9d2f0
parent: 8974b56350753b5677ed0042471cc068159a328b
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Sep 27 11:46:04 EDT 2016

[tests] Fix 0078-dirifexpr.c

A comman expression is not a valid integer constant expression,
and the preprocessor is not forced to accept it.

--- a/tests/0078-dirifexpr.c
+++ b/tests/0078-dirifexpr.c
@@ -151,10 +151,6 @@
 #error fail
 #endif
 
-#if (1,2,3) != 3
-#error fail
-#endif
-
 #if (0 ? 1 : 3) != 3
 #error fail
 #endif