r348469 - Make test resistant to line numbers changing

Stephen Kelly via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 6 14:55:07 PST 2018


On 06/12/2018 12:45, Aaron Ballman wrote:
> On Thu, Dec 6, 2018 at 4:25 AM Stephen Kelly via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: steveire
>> Date: Thu Dec  6 01:22:12 2018
>> New Revision: 348469
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=348469&view=rev
>> Log:
>> Make test resistant to line numbers changing
> I would prefer to see the line numbers be tested rather than entirely
> ignored (it's still important information we want to make sure is
> correct). Can you use [[@LINE + N]] to instead make the line numbers
> relative?


Done with r348541.

Thanks!

Stephen.




More information about the cfe-commits mailing list