[committed] libstdc++: Remove dg-timeout-factor from test

Message ID 20240107010049.3402703-1-jwakely@redhat.com
State Accepted
Headers
Series [committed] libstdc++: Remove dg-timeout-factor from test |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Jonathan Wakely Jan. 7, 2024, 1 a.m. UTC
  Tested x86_64-linux. Pushed to trunk.

-- >8 --

As the comment notes, the increased timeout was needed because of PR
102780, but that was fixed long ago.

libstdc++-v3/ChangeLog:

	* testsuite/20_util/variant/87619.cc: Remove dg-timeout-factor.
---
 libstdc++-v3/testsuite/20_util/variant/87619.cc | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/libstdc++-v3/testsuite/20_util/variant/87619.cc b/libstdc++-v3/testsuite/20_util/variant/87619.cc
index 2c2fc50037c..45418e16ca8 100644
--- a/libstdc++-v3/testsuite/20_util/variant/87619.cc
+++ b/libstdc++-v3/testsuite/20_util/variant/87619.cc
@@ -16,8 +16,6 @@ 
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++17 } }
-// FIXME: Need increased timeout due to PR c++/102780
-// { dg-timeout-factor 2 { target c++20 } }
 
 #include <variant>
 #include <utility>