From 8152d6eff66fc2884df825b250ed9e97275b3c94 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 12 Dec 2016 12:44:46 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ .../filesystem/operations/temp_directory_path.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 72abfe11b87..38a8f0aa09a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-12-12 Jonathan Wakely + + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Remove stray character at end of dg-do directive. + 2016-12-09 Jonathan Wakely * include/std/variant: Remove misplaced 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 7f7e9fd7f26..f0431955ff2 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 @@ // . // { dg-options "-lstdc++fs" } -// { dg-do run { target c++11 } }E +// { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } #include -- 2.30.2