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
This commit is contained in:
Jonathan Wakely 2016-12-12 12:44:46 +00:00 committed by Jonathan Wakely
parent 8ae1c2c129
commit 8152d6eff6
2 changed files with 6 additions and 1 deletions

View 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

View 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>