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