]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove dg-timeout-factor from test
authorJonathan Wakely <jwakely@redhat.com>
Wed, 6 Dec 2023 18:32:21 +0000 (18:32 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sun, 7 Jan 2024 00:58:45 +0000 (00:58 +0000)
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

index 2c2fc50037c973afea720421d35ed8ce6ff15549..45418e16ca8816e94d2909fc563dca5fcd242ec9 100644 (file)
@@ -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>