diff tests/Makefile @ 162:82cc6fa54b01

newline during a macro invocation counts as space. Behavior differs from GCC in that empty lines in the argument list are still suppressed.
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 27 Feb 2015 02:53:12 +0100
parents 8cef6d7227a8
children 879fd8f0dd53
line wrap: on
line diff
--- a/tests/Makefile	Fri Feb 27 02:48:26 2015 +0100
+++ b/tests/Makefile	Fri Feb 27 02:53:12 2015 +0100
@@ -4,7 +4,7 @@
 TESTS=\
 	t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \
 	t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 \
-	t33 t34 t35 t36 t37 t38
+	t33 t34 t35 t36 t37 t38 t39
 
 all: run-tests .WAIT show-diffs