diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp index fd50678c99c808..bbd9643f95c7d2 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/ranges.swap_ranges.pass.cpp @@ -12,12 +12,12 @@ // UNSUPPORTED: libcpp-no-concepts // UNSUPPORTED: libcpp-has-no-incomplete-ranges -// template S1, input_­iterator I2, sentinel_­for S2> -// requires indirectly_­swappable +// template S1, input_iterator I2, sentinel_for S2> +// requires indirectly_swappable // constexpr ranges::swap_ranges_result // ranges::swap_ranges(I1 first1, S1 last1, I2 first2, S2 last2); -// template -// requires indirectly_­swappable, iterator_t> +// template +// requires indirectly_swappable, iterator_t> // constexpr ranges::swap_ranges_result, borrowed_iterator_t> // ranges::swap_ranges(R1&& r1, R2&& r2); diff --git a/libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp b/libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp index ff415cc4ea32b0..1c29c8e3c252b6 100644 --- a/libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp +++ b/libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp @@ -10,7 +10,7 @@ // UNSUPPORTED: libcpp-no-concepts // template -// concept indirectly_­comparable; +// concept indirectly_comparable; #include #include diff --git a/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp b/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp index 19e7bb8c0205d3..92029bea133f9e 100644 --- a/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp +++ b/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp @@ -59,8 +59,8 @@ int main(int, char**) static_assert(h.done() == false, ""); // [coroutine.handle.noop.resumption]p2 - // Remarks: If noop_­coroutine_­handle is converted to - // coroutine_­handle<>, calls to operator(), resume and + // Remarks: If noop_coroutine_handle is converted to + // coroutine_handle<>, calls to operator(), resume and // destroy on that handle will also have no observable // effects. base.resume(); diff --git a/libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp b/libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp index 55c693adb6eca6..d7298724dd288f 100644 --- a/libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp +++ b/libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp @@ -10,7 +10,7 @@ // UNSUPPORTED: libcpp-no-concepts // UNSUPPORTED: libcpp-has-no-incomplete-ranges -// reverse_view() requires default_­initializable = default; +// reverse_view() requires default_initializable = default; #include #include diff --git a/libcxx/test/std/ranges/range.factories/range.iota.view/ctor.default.pass.cpp b/libcxx/test/std/ranges/range.factories/range.iota.view/ctor.default.pass.cpp index 724656429f7d6a..023427f3e43ad1 100644 --- a/libcxx/test/std/ranges/range.factories/range.iota.view/ctor.default.pass.cpp +++ b/libcxx/test/std/ranges/range.factories/range.iota.view/ctor.default.pass.cpp @@ -10,7 +10,7 @@ // UNSUPPORTED: libcpp-no-concepts // UNSUPPORTED: libcpp-has-no-incomplete-ranges -// iota_view() requires default_­initializable = default; +// iota_view() requires default_initializable = default; #include #include diff --git a/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/minus.pass.cpp b/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/minus.pass.cpp index 6fd02878ca6557..be58b9876ea288 100644 --- a/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/minus.pass.cpp +++ b/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/minus.pass.cpp @@ -11,9 +11,9 @@ // UNSUPPORTED: libcpp-has-no-incomplete-ranges // friend constexpr iter_difference_t operator-(const iterator& x, const sentinel& y) -// requires sized_­sentinel_­for; +// requires sized_sentinel_for; // friend constexpr iter_difference_t operator-(const sentinel& x, const iterator& y) -// requires sized_­sentinel_­for; +// requires sized_sentinel_for; #include #include