* testsuite/experimental/filesystem/operations/temp_directory_path.cc: Remove stray character at end of dg-do directive.
Tested x86_64-linux, committed to trunk.
commit 290f8727a83d8f94404fe254bc9334c870f23eca Author: Jonathan Wakely <jwak...@redhat.com> Date: Mon Dec 12 12:41:17 2016 +0000 Remove stray character at end of dg-do directive * testsuite/experimental/filesystem/operations/temp_directory_path.cc: Remove stray character at end of dg-do directive. diff --git a/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc index 7f7e9fd..f043195 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc @@ -16,7 +16,7 @@ // <http://www.gnu.org/licenses/>. // { dg-options "-lstdc++fs" } -// { dg-do run { target c++11 } }E +// { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } #include <experimental/filesystem>