diff mbox

Remove stray character at end of dg-do directive

Message ID 20161212143255.GJ6326@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely Dec. 12, 2016, 2:32 p.m. UTC
On 12/12/16 12:44 +0000, Jonathan Wakely wrote:
>	* testsuite/experimental/filesystem/operations/temp_directory_path.cc:

>	Remove stray character at end of dg-do directive.


And another one with the same problem.

Tested x86_64-linux, committed to trunk.
diff mbox

Patch

commit c3aaa2055071251d29fd233c3dc83fc6516c4e2d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Dec 12 14:31:48 2016 +0000

    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.

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>