[hackers] [scc] [tests] Fix 0078-dirifexpr.c || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 27 Sep 2016 15:47:11 +0200 (CEST)

commit 113195c2eace9d4fedf6e1a14cd9b6946b51d65d
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Sep 27 15:46:04 2016 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -151,10 +151,6 @@
 #error fail
 #endif
 
-#if (1,2,3) != 3
-#error fail
-#endif
-
 #if (0 ? 1 : 3) != 3
 #error fail
 #endif
Received on Tue Sep 27 2016 - 15:47:11 CEST

This archive was generated by hypermail 2.3.0 : Tue Sep 27 2016 - 15:48:23 CEST