diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp index 7e69c54797c82c..44a075f5306c4f 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp @@ -26,7 +26,7 @@ #include "test_iterators.h" template -_LIBCPP_CONSTEXPR_AFTER_CXX17 bool +TEST_CONSTEXPR_CXX17 bool test() { const unsigned N = 1000; diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp index 5e1afe857cca24..ec7371c6d24c85 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp @@ -25,7 +25,7 @@ #include "test_iterators.h" template -_LIBCPP_CONSTEXPR_AFTER_CXX17 bool +TEST_CONSTEXPR_CXX17 bool test() { const unsigned N = 1000; diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp index 2617f9a6a126e5..4424308ea04c66 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp @@ -24,7 +24,7 @@ #include "test_iterators.h" template -_LIBCPP_CONSTEXPR_AFTER_CXX17 bool +TEST_CONSTEXPR_CXX17 bool test() { int ia[] = {0};