summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 14:48:11 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-12 14:48:11 +0000
commit4435fea2c346d143d9e274d24cf82573565c6f2e (patch)
tree67486b6a213c757d818eebecf275366aecb76d63
parentbc2e3c7d45035fc9c18dc83f997574e9bf9a249f (diff)
downloadgcc-4435fea2c346d143d9e274d24cf82573565c6f2e.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@243556 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 94fa1b4fa02..b81f3abc34d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/experimental/filesystem/operations/is_empty.cc:
+ Remove stray character at end of dg-do directive.
+
+2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+
Backport from mainline
PR libstdc++/70975
PR libstdc++/71337
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 @@
// <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>