diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-12-06 18:32:21 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-01-07 00:58:45 +0000 |
commit | 7d11d813583efad652c83c7631ef8d6d18489119 (patch) | |
tree | 0997fbd983cb4df7e4bb10c5221d0dd53434a9de | |
parent | 7af436ada243bbb6ae601c85bd47ea908c71fb41 (diff) | |
download | gcc-7d11d813583efad652c83c7631ef8d6d18489119.zip gcc-7d11d813583efad652c83c7631ef8d6d18489119.tar.gz gcc-7d11d813583efad652c83c7631ef8d6d18489119.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/testsuite/20_util/variant/87619.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/20_util/variant/87619.cc b/libstdc++-v3/testsuite/20_util/variant/87619.cc index 2c2fc50..45418e1 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> |