From: Jonathan Wakely Date: Mon, 12 Dec 2016 14:32:23 +0000 (+0000) Subject: Remove stray character at end of dg-do directive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c43384234e73d0c88fccaf58c298db5e29540ce;p=gcc.git Remove stray character at end of dg-do directive * testsuite/experimental/filesystem/operations/is_empty.cc: Remove stray character at end of dg-do directive. From-SVN: r243555 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 38a8f0aa09a..1a6f871c4ba 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-12-12 Jonathan Wakely + * testsuite/experimental/filesystem/operations/is_empty.cc: + 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/is_empty.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc index d35967a8173..5a666376ec7 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc @@ -16,7 +16,7 @@ // . // { dg-options "-lstdc++fs" } -// { dg-do run { target c++11 } }E +// { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } #include