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.

From-SVN: r243555
This commit is contained in:
Jonathan Wakely 2016-12-12 14:32:23 +00:00 committed by Jonathan Wakely
parent 3071bfa9c3
commit 1c43384234
2 changed files with 4 additions and 1 deletions

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

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>