aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-12-12 12:44:46 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-12-12 12:44:46 +0000
commit8152d6eff66fc2884df825b250ed9e97275b3c94 (patch)
treea92f6de874bee5336745001076abb041e6fa6575
parent8ae1c2c129fc171f499fddbefd56ceaf8ec22c44 (diff)
downloadgcc-8152d6eff66fc2884df825b250ed9e97275b3c94.zip
gcc-8152d6eff66fc2884df825b250ed9e97275b3c94.tar.gz
gcc-8152d6eff66fc2884df825b250ed9e97275b3c94.tar.bz2
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. From-SVN: r243548
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 72abfe1..38a8f0a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-12 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
+ Remove stray character at end of dg-do directive.
+
2016-12-09 Jonathan Wakely <jwakely@redhat.com>
* include/std/variant: Remove misplaced
diff --git a/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc
index 7f7e9fd..f043195 100644
--- a/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc
+++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.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>