aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-12-12 14:32:23 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-12-12 14:32:23 +0000
commit1c43384234e73d0c88fccaf58c298db5e29540ce (patch)
treef5b3c301faeeb2526fe94d83dfda8a3f86f32166
parent3071bfa9c33aaad54db7ae1e87f0b5e26f095022 (diff)
downloadgcc-1c43384234e73d0c88fccaf58c298db5e29540ce.zip
gcc-1c43384234e73d0c88fccaf58c298db5e29540ce.tar.gz
gcc-1c43384234e73d0c88fccaf58c298db5e29540ce.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc2
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 38a8f0a..1a6f871 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+ * 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 d35967a..5a66637 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 @@
// <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>