commit 113195c2eace9d4fedf6e1a14cd9b6946b51d65d
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Tue Sep 27 15:46:04 2016 +0200
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Tue Sep 27 15:46:04 2016 +0200
[tests] Fix 0078-dirifexpr.c
A comman expression is not a valid integer constant expression,
and the preprocessor is not forced to accept it.
diff --git a/tests/0078-dirifexpr.c b/tests/0078-dirifexpr.c
index 2d17e92..9387dbf 100644
--- 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