[libcxx-commits] [PATCH] D151205: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 23 14:28:19 PDT 2023


philnik added a comment.

In D151205#4366016 <https://reviews.llvm.org/D151205#4366016>, @H-G-Hristov wrote:

> I just updated this test with the `//expected-error-re {{... {{regex}} }} syntax now. Apple Clang  outputs "static_assert" vs "static assertion" on the CI. I've seen a patch that you want to remove this syntax. Then I guess may need to revert this change and figure out how to setup a non-Apple compiler.

I thought AppleClang also outputs `static assertion`. If that's not the case yet, I guess I have to wait until we update it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151205/new/

https://reviews.llvm.org/D151205



More information about the libcxx-commits mailing list