r267762 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Jan 9 10:46:00 GMT 2019


Author: redi
Date: Wed Jan  9 10:46:52 2019
New Revision: 267762

URL: https://gcc.gnu.org/viewcvs?rev=267762&root=gcc&view=rev
Log:
Fix failing prettyprinter test

The failure for "p2" went unnoticed due to the pre-existing failures for
variables with similar names, like "p" and "q". This fixes the failure,
and gives the filesystem::path variables better names.

	* testsuite/libstdc++-prettyprinters/cxx17.cc: Fix expected output
	for filesystem::path. Give variables more distinctive names.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc



More information about the Libstdc++-cvs mailing list