From 1c43384234e73d0c88fccaf58c298db5e29540ce Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 12 Dec 2016 14:32:23 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 3 +++ .../testsuite/experimental/filesystem/operations/is_empty.cc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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