diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-14 05:03:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-14 05:03:13 +0000 |
commit | 83d4c969a015a14615b1af56423d02c2381ba240 (patch) | |
tree | ff16f8bc6999419a14cf8f189dcb1ddbcc0c31c4 /test/Preprocessor/macro_fn_disable_expand.c | |
parent | a3e008abc51933d567303a1b4bd17e68c798f60e (diff) |
this was a couple bugzillas too
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/macro_fn_disable_expand.c')
-rw-r--r-- | test/Preprocessor/macro_fn_disable_expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_fn_disable_expand.c b/test/Preprocessor/macro_fn_disable_expand.c index e2c666e6a2..d40ee2aa6e 100644 --- a/test/Preprocessor/macro_fn_disable_expand.c +++ b/test/Preprocessor/macro_fn_disable_expand.c @@ -11,7 +11,7 @@ m(m) -// rdar://7466570 +// rdar://7466570 PR4438, PR5163 // We should get '42' in the argument list for gcc compatibility. #define A 1 |