Revert "[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX"

This reverts commit 3583826bb5.

Instead of marking the test unsupported for AIX, the choice is to bump the
timeout for CI as done in 76c7e1f2a8 and
222bd83d50

Differential Revision: https://reviews.llvm.org/D127242
This commit is contained in:
Joe Loser 2022-06-07 12:54:57 -06:00
parent 0952cf5bbb
commit b2aec7e6ed
No known key found for this signature in database
GPG Key ID: 1CDBEBC050EA230D
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
// On AIX the test takes a long time, leading to frequent CI timeouts.
// UNSUPPORTED: LIBCXX-AIX-FIXME
// <algorithm>