[libcxx-commits] [libcxx] [libc++][test] Replace uses of `_LIBCPP_ABI_MICROSOFT` in tests (PR #77233)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 7 04:41:34 PST 2024
================
@@ -39,7 +39,7 @@ int main(int, char**)
}
catch (const A& a)
{
-#ifndef _LIBCPP_ABI_MICROSOFT
+#ifndef TEST_ABI_MICROSOFT
----------------
mordante wrote:
`libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp` is probably not tested by MSVC STL but can you update that file too?
https://github.com/llvm/llvm-project/pull/77233
More information about the libcxx-commits
mailing list