PR libstdc++/88811 fix typo introduced in r266569
authorJonathan Wakely <jwakely@redhat.com>
Sat, 12 Jan 2019 00:12:20 +0000 (00:12 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 12 Jan 2019 00:12:20 +0000 (00:12 +0000)
commit7f00fdb285da062d5fa7028d2c7206496d25a264
treeedbaaee58fd86d3bc7a8b07ccf284b65438ac867
parent66dc59e24fc7bcf28d1ec20919f7014a701bfc9d
PR libstdc++/88811 fix typo introduced in r266569

PR libstdc++/88811
PR libstdc++/83306
* src/filesystem/path.cc: Fix typo. If first path is empty, show []
before second path.
* testsuite/experimental/filesystem/filesystem_error/cons.cc: New
test.

From-SVN: r267868
libstdc++-v3/ChangeLog
libstdc++-v3/src/filesystem/path.cc
libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc [new file with mode: 0644]