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

From-SVN: r243555

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

index 38a8f0aa09a282a6181ff82f1b8224f5463ca61b..1a6f871c4bad7f2c8f3d8668e9a7964eeca72ef3 100644 (file)
@@ -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.
 
index d35967a81731578f866d98311bf26c16fa881f8f..5a666376ec7536217b3785f87c31839dfa4a3a38 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>