Fix typo
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:
committed by
Julien Nabet
parent
05e3d24602
commit
061d55f8b0
@@ -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
|
||||
|
Reference in New Issue
Block a user