mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-22 18:45:10 +08:00
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:
parent
3071bfa9c3
commit
1c43384234
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user