From: Jonathan Wakely Date: Wed, 6 Dec 2023 18:32:21 +0000 (+0000) Subject: libstdc++: Remove dg-timeout-factor from test X-Git-Tag: basepoints/gcc-15~3165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d11d813583efad652c83c7631ef8d6d18489119;p=thirdparty%2Fgcc.git libstdc++: Remove dg-timeout-factor from test 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. --- diff --git a/libstdc++-v3/testsuite/20_util/variant/87619.cc b/libstdc++-v3/testsuite/20_util/variant/87619.cc index 2c2fc50037c9..45418e16ca88 100644 --- a/libstdc++-v3/testsuite/20_util/variant/87619.cc +++ b/libstdc++-v3/testsuite/20_util/variant/87619.cc @@ -16,8 +16,6 @@ // . // { dg-do compile { target c++17 } } -// FIXME: Need increased timeout due to PR c++/102780 -// { dg-timeout-factor 2 { target c++20 } } #include #include