[all-commits] [llvm/llvm-project] 24ab57: [libc++][test] Spell "TEST_CONSTEXPR_CXX17" correctly
Casey Carter via All-commits
all-commits at lists.llvm.org
Mon Oct 19 17:11:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 24ab5787b44435d0c7e805a8579753e48be9f5b9
https://github.com/llvm/llvm-project/commit/24ab5787b44435d0c7e805a8579753e48be9f5b9
Author: Casey Carter <Casey at Carter.net>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp
Log Message:
-----------
[libc++][test] Spell "TEST_CONSTEXPR_CXX17" correctly
These three algorithm tests are incorrectly using `_LIBCPP_CONSTEXPR_AFTER_CXX17` instead of `TEST_CONSTEXPR_CXX17`.
More information about the All-commits
mailing list