Change-Id: I0db9bdf1d16baf52ad12591634a236e1aeab4e9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167115
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2024-05-04 12:47:25 +02:00
committed by Julien Nabet
parent 05e3d24602
commit 061d55f8b0

View File

@@ -24,7 +24,7 @@ public:
CPPUNIT_TEST_SUITE(VariadicTemplatesTest);
// This unit test sometimes generates a compiler crash on macos Intel. Unfortunately the crash
// is sometimes in the codegen phase, so its not obvious how to fix it.
// is sometimes in the codegen phase, so it's not obvious how to fix it.
#if !(defined(MACOSX) && defined __x86_64__ && __clang_major__ <= 14)
CPPUNIT_TEST(testUnwrapArgs);
#endif