diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Index/complete-macro-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/complete-macro-args.c b/test/Index/complete-macro-args.c index 2f3833d989..62a42ffa21 100644 --- a/test/Index/complete-macro-args.c +++ b/test/Index/complete-macro-args.c @@ -12,7 +12,7 @@ void test(struct Point *p) { MACRO(p->x); } -#define MACRO3(x,y,z) x +#define MACRO3(x,y,z) x;y;z void test(struct Point *p) { MACRO3(p->x); |