r348469 - Make test resistant to line numbers changing

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 7 04:39:40 PST 2018


On Thu, Dec 6, 2018 at 5:55 PM Stephen Kelly <steveire at gmail.com> wrote:
>
>
> 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.

Thank you!

~Aaron

>
> Thanks!
>
> Stephen.
>
>


More information about the cfe-commits mailing list