This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testsuite fix


On 08/02/16 17:48 -0800, Mike Stump wrote:
Iâm running the pretty printer test cases on a target with status wrappers, and that system works by printing the return code on that output.  It is dependent upon the last line being terminated by â\nâ, as the code that looks for the return code requires the return code at the start of a line.

The below patch added newlines to the ends of all files, so that the status wrappers always work.

Ok?

Yes, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]