Improve test case.

Add empty string literal to concatenation test.
pull/3744/head
Christoph Behle 7 years ago committed by Nirbheek Chauhan
parent 219fcfad14
commit f2622133e2
  1. 3
      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"

Loading…
Cancel
Save