summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Behle <behlec@gmail.com>2018-06-11 21:44:11 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-12 00:14:54 +0000
commitf2622133e29e85efdc2ab5ea33942f7c9097c1af (patch)
treec5dcc76e00dfde8c9a582a0d9fde9f6a2bc0e28b
parent219fcfad1457ec475961799724ebc6d2e17541b0 (diff)
downloadmeson-f2622133e29e85efdc2ab5ea33942f7c9097c1af.tar.gz
Improve test case.
Add empty string literal to concatenation test.
-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 b32a4f3da..6eb3e5e3b 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"