================ @@ -9,9 +9,8 @@ #define t(x) x -t(a -3) - -t(b -__LINE__) +t( + a 3) ---------------- AaronBallman wrote:
Can you help me understand why adding whitespace here will repair the test failure? https://github.com/llvm/llvm-project/pull/168402 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
