From fb6331e0fa34338f4ff8a54d5efabc8a6b46f119 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 18 Jan 2015 22:00:10 +0100 Subject: Fix macro expansion of empty args. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- tests/tests2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 8e11f2c..ec636ab 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -89,7 +89,9 @@ TESTS = \ 67_macro_concat.test \ 68_macro_param_list_err_1.test \ 69_macro_param_list_err_2.test \ - 70_floating_point_literals.test + 70_floating_point_literals.test \ + 71_macro_empty_arg.test \ + # 34_array_assignment.test -- array assignment is not in C standard -- cgit v1.3.1