aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/common/140 get define/concat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/common/140 get define/concat.h b/test cases/common/140 get define/concat.h
index b32a4f3..6eb3e5e 100644
--- a/test cases/common/140 get define/concat.h
+++ b/test cases/common/140 get define/concat.h
@@ -13,7 +13,8 @@
#define TEST_CONCAT_1 \
"ab" \
"cd" \
- "ef"
+ "ef" \
+ ""
#define TEST_CONCAT_2 1
#define TEST_CONCAT_3 1 2 3
#define TEST_CONCAT_4 "ab" 1 "cd"