Remove stray character at end of dg-do directive
authorJonathan Wakely <jwakely@redhat.com>
Mon, 12 Dec 2016 12:44:46 +0000 (12:44 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 12 Dec 2016 12:44:46 +0000 (12:44 +0000)
* testsuite/experimental/filesystem/operations/temp_directory_path.cc:
Remove stray character at end of dg-do directive.

From-SVN: r243548

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc

index 72abfe11b872eeb7eb427163d564227822d4719d..38a8f0aa09a282a6181ff82f1b8224f5463ca61b 100644 (file)
@@ -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
index 7f7e9fd7f26d10739293af5887170b5c75454cb8..f0431955ff2ec24a91bafac94144317e5fe273f4 100644 (file)
@@ -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>