diff mbox

Remove stray character at end of dg-do directive

Message ID 20161212124437.GA5643@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely Dec. 12, 2016, 12:44 p.m. UTC
* testsuite/experimental/filesystem/operations/temp_directory_path.cc:
	Remove stray character at end of dg-do directive.

Tested x86_64-linux, committed to trunk.
commit 290f8727a83d8f94404fe254bc9334c870f23eca
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Dec 12 12:41:17 2016 +0000

    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.
diff mbox

Patch

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>