summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/tests/Compiler_Features_32_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_32_Test.cpp b/ACE/tests/Compiler_Features_32_Test.cpp
index 073ce2b8bbd..a7374894294 100644
--- a/ACE/tests/Compiler_Features_32_Test.cpp
+++ b/ACE/tests/Compiler_Features_32_Test.cpp
@@ -46,7 +46,7 @@ void A::clear ()
{
#if defined __clang__ && \
(defined __apple_build_version__ && __apple_build_version__ < 9100000 \
- || __clang_major__ <= 8)
+ || __clang_major__ <= 9)
#define CLANG_WORKAROUND
#endif