Fix failing prettyprinter test
authorJonathan Wakely <jwakely@redhat.com>
Wed, 9 Jan 2019 10:46:52 +0000 (10:46 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 9 Jan 2019 10:46:52 +0000 (10:46 +0000)
commitd3c8a7cfdbe30993cc051deba0a93f2f541ab88b
treed478cfe54c8d5ef689835c2f956a711438161721
parent50b0a3d672fba49a69056e4a70fcc318d8d4c7df
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.

From-SVN: r267762
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc